org.zkoss.zul.tree.checkmarkDeselectOthers"

From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} Default: false [Since 5.0.5] If a tree's checkmark (<javadoc method="isCheckmark()">org.zkoss.zul.Tree</javadoc>) is enabled, the sele…')
 
Line 1: Line 1:
 
  {{ZKConfigurationReferencePageHeader}}
 
  {{ZKConfigurationReferencePageHeader}}
 +
'''Property:'''
 +
org.zkoss.zul.tree.checkmarkDeselectOthers
  
 
  Default: false
 
  Default: false

Revision as of 03:43, 6 December 2010


org.zkoss.zul.tree.checkmarkDeselectOthers


Property:

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

If a tree's checkmark (Tree.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 could specify true to this library property.



Last Update : 2010/12/06

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