public XafBootstrapTagSelector()
        {
            Items = new XafBootstrapTagSelectorItems();
            Content = new HTMLText();
            AllowAddCustomValues = true;
            AllowSelectValues = true;
            ValueRendered = true;

            EmptyText = XAF_Bootstrap.Templates.Helpers.GetLocalizedText(@"XAF Bootstrap\Controls\XafBootstrapDropdownEdit", "EmptyText");
        }
        public XafBootstrapTagSelector()
        {
            Items   = new XafBootstrapTagSelectorItems();
            Content = new HTMLText();
            AllowAddCustomValues = true;
            AllowSelectValues    = true;
            ValueRendered        = true;

            EmptyText = XAF_Bootstrap.Templates.Helpers.GetLocalizedText(@"XAF Bootstrap\Controls\XafBootstrapDropdownEdit", "EmptyText");
        }
 public XafBootstrapTagSelectorItem(XafBootstrapTagSelectorItems items)
 {
     this.Items = items;
 }
 public XafBootstrapTagSelectorItem(XafBootstrapTagSelectorItems items)
 {
     this.Items = items;
 }
Exemplo n.º 5
0
        public XafBootstrapTagSelector()
        {
            Items = new XafBootstrapTagSelectorItems();

            EmptyText = XAF_Bootstrap.Templates.Helpers.GetLocalizedText(@"XAF Bootstrap\Controls\XafBootstrapDropdownEdit", "EmptyText");
        }