org.zkoss.zul.listbox.groupSelect"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.listbox.groupSelect Default: false [Since 5.0.7] Giving true on this property makes Listgroups selectabl...")
 
m
 
Line 2: Line 2:
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.zul.listbox.groupSelect
 
  org.zkoss.zul.listbox.groupSelect
 +
 +
{{NestedLibraryProperty}}
  
 
  Default: false
 
  Default: false

Latest revision as of 10:16, 7 July 2016


org.zkoss.zul.listbox.groupSelect


Property:

org.zkoss.zul.listbox.groupSelect
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-check-icon.png nested in a zul file via <custom-attributes>
Default: false
[Since 5.0.7]

Giving true on this property makes Listgroups selectable in Listbox.

<listbox>
	<custom-attributes org.zkoss.zul.listbox.groupSelect="true"/>
	...
</listbox>

Version History

Last Update : 2016/07/07


Version Date Content
 


Last Update : 2016/07/07

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.