org.zkoss.zul.tree.rightSelect"

From Documentation
Line 6: Line 6:
 
  [Since 5.0.5]
 
  [Since 5.0.5]
  
If a tree's checkmark (<javadoc method="isCheckmark()">org.zkoss.zul.Tree</javadoc>) is enabled, the selection will be toggled when user right click on item.
+
If a tree's checkmark (<javadoc method="isCheckmark()">org.zkoss.zul.Tree</javadoc>) is enabled, the selection will be toggled when the user right clicks item.
  
 
If you prefer not to select/deselect item on right click, you could specify false to this library property.
 
If you prefer not to select/deselect item on right click, you could specify false to this library property.
  
 
  {{ZKConfigurationReferencePageFooter}}
 
  {{ZKConfigurationReferencePageFooter}}

Revision as of 01:24, 8 August 2011


org.zkoss.zul.tree.rightSelect


Property:

org.zkoss.zul.tree.rightSelect
Default: true
[Since 5.0.5]

If a tree's checkmark (Tree.isCheckmark()) is enabled, the selection will be toggled when the user right clicks item.

If you prefer not to select/deselect item on right click, you could specify false to this library property.



Last Update : 2011/08/08

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