public virtual IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.TextArea);

            return(l);
        }
Exemplo n.º 2
0
 public virtual IBootstrapLabel Label()
 {
     IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.File);
     return l;
 }
        public override IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.Password);

            return(l);
        }
Exemplo n.º 4
0
        public IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.Display);

            return(l);
        }
        public virtual IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.DropDownList);

            return(l);
        }
        public virtual IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.RadioTrueFalse);

            return(l);
        }
 public virtual IBootstrapLabel Label()
 {
     IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.DropDownList);
     return l;
 }
 public virtual IBootstrapLabel Label()
 {
     IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.RadioTrueFalse);
     return l;
 }
 public IBootstrapLabel Label()
 {
     IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.Display);
     return l;
 }