All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.html.bootstrap.button-group.xer.txt Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
^1437035713567
@
sname
button-group
slabel
button-group
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@

通过按钮组容器把一组按钮放在同一行里。通过与按钮插件联合使用,可以设置为单选框或多选框的样式和行为。

参看文档:http://v3.bootcss.com/components/#btn-groups。

#$@text#$@ snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@actions sname actions sdescriptors xworker.lang.MetaDescriptor3/@actions sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@actions/@toHtml sname toHtml sisSynchronized false sthrowException true suseOtherAction false svarScope Local sdisableGlobalContext false Scode #$@text#$@ import xworker.html.HtmlUtil; def html = "
\n"; for(child in self.getChilds()){ def code = child.doAction("toHtml", actionContext); if(code != null){ html = html + " " + HtmlUtil.getIdentString(code, " ") + "\n"; } } html = html + "
"; #$@text#$@ sinterpretationType Action screateLocalVarScope false ssaveReturn false sdebugLog false sdescriptors xworker.lang.actions.Actions/@GroovyAction sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@name sname name sshowLabel true sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_mark false @/@label sname label sshowLabel true sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_mark false @/@type sname type sinputtype select sshowLabel true sreadOnly false sdefault group sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_mark false @/@type/@group sname group svalue group sdescriptors xworker.lang.MetaDescriptor3/@attribute/@value sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@type/@toolbar sname toolbar svalue toolbar sdescriptors xworker.lang.MetaDescriptor3/@attribute/@value sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@type/@vertical sname vertical svalue vertical sdescriptors xworker.lang.MetaDescriptor3/@attribute/@value sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@type/@justified sname justified svalue justified sdescriptors xworker.lang.MetaDescriptor3/@attribute/@value sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@aria-label sname aria-label sshowLabel true sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_mark false @/@size sname size sinputtype select sshowLabel true sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_mark false @/@size/@lg sname lg svalue lg sdescriptors xworker.lang.MetaDescriptor3/@attribute/@value sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@size/@sm sname sm svalue sm sdescriptors xworker.lang.MetaDescriptor3/@attribute/@value sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@size/@xs sname xs svalue xs sdescriptors xworker.lang.MetaDescriptor3/@attribute/@value sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@dropup sname dropup sinputtype truefalse sshowLabel true sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_mark false @/@button sname button sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.html.bootstrap.button smany true seditCols 2 sinitialization false smodifier public sinheritDescription false snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@dropdown-menu sname dropdown-menu sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.html.bootstrap.dropdown/@dropdown-menu smany true seditCols 2 sinitialization false smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@button-group sname button-group sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.html.bootstrap.button-group smany true seditCols 2 sinitialization false smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@description sname description sinputtype html sshowLabel true sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true snotXmlAttribute false sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false sth_registMyChilds false sth_mark false




© 2015 - 2025 Weber Informatics LLC | Privacy Policy