org.zkoss.zul.listbox.checkmarkDeselectOthers"

From Documentation
Line 6: Line 6:
 
  [Since 5.0.5]
 
  [Since 5.0.5]
  
If a listbox's checkmark (<javadoc method="isCheckmark()">org.zkoss.zul.Listbox</javadoc>) is enabled, the selection will be toggled when an user clicks an item. In other words, all other items will remain the same.
+
If a Listbox's checkmark (<javadoc method="isCheckmark()">org.zkoss.zul.Listbox</javadoc>) is enabled, the selection will be toggled when an user clicks an item. In other words, all other items will remain the same.
 +
 
 +
If you prefer to deselect all other items and select the item being clicked (which the behavior of ZK 5.0.4 and earlier), you can specify true to this library property. For the multiple-selection mode, you can still press *ctrl* with clicking to select multiple items.
  
If you prefer to deselect all other items and select the item being clicked (which the behavior of ZK 5.0.4 and earlier), you could specify true to this library property.
 
  
 
=Version History=
 
=Version History=

Revision as of 04:36, 13 June 2016


DocumentationZK Configuration Referencezk.xmlThe Library Propertiesorg.zkoss.zul.listbox.checkmarkDeselectOthers
org.zkoss.zul.listbox.checkmarkDeselectOthers


Property:

org.zkoss.zul.listbox.checkmarkDeselectOthers
Default: false
[Since 5.0.5]

If a Listbox's checkmark (Listbox.isCheckmark()) is enabled, the selection will be toggled when an user clicks an item. In other words, all other items will remain the same.

If you prefer to deselect all other items and select the item being clicked (which the behavior of ZK 5.0.4 and earlier), you can specify true to this library property. For the multiple-selection mode, you can still press *ctrl* with clicking to select multiple items.


Version History

Last Update : 2016/06/13


Version Date Content
5.0.5 September 2010 org.zkoss.zul.listbox.checkmarkDeselectOthers and org.zkoss.zul.tree.checkmarkDeselectOthers are introduced to control how to select items when an item is clicked on a tree or a listbox with checkmark.


Last Update : 2016/06/13

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