コード例 #1
0
        public virtual IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.TextArea);

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

            return(l);
        }
コード例 #3
0
        public virtual IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.DropDownList);

            return(l);
        }
コード例 #4
0
        public override IBootstrapLabel Label()
        {
            IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.Password);

            return(l);
        }
コード例 #5
0
 public virtual IBootstrapLabel Label()
 {
     IBootstrapLabel l = new BootstrapInputLabeled(html, _model, BootstrapInputType.Radio);
     return l;
 }