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 | + | 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
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.