org.zkoss.zul.listbox.rightSelect"

From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} Default: true [Since 5.0.5] If a listbox's checkmark (<javadoc method="isCheckmark()">org.zkoss.zul.Listbox</javadoc>) is enabled, the…')
 
m
Line 1: Line 1:
{{ZKConfigurationReferencePageHeader}}
+
{{ZKConfigurationReferencePageHeader}}
  
 +
'''org.zkoss.zul.listbox.rightSelect'''
 
  Default: true
 
  Default: true
 
  [Since 5.0.5]
 
  [Since 5.0.5]
Line 8: Line 9:
 
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}}
+
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 5.0.5
 +
| October 2010
 +
| org.zkoss.zul.listbox.rightSelect and org.zkoss.zul.tree.rightSelect are introduced to control whether to toggle item selection or not when an item is right clicked on a tree or a listbox with checkmark.
 +
|}
 +
{{ZKConfigurationReferencePageFooter}}

Revision as of 11:09, 3 December 2010


org.zkoss.zul.listbox.rightSelect


org.zkoss.zul.listbox.rightSelect

Default: true
[Since 5.0.5]

If a listbox's checkmark (Listbox.isCheckmark()) is enabled, the selection will be toggled when user right click on item.

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

Version History

Last Update : 2010/12/03


Version Date Content
5.0.5 October 2010 org.zkoss.zul.listbox.rightSelect and org.zkoss.zul.tree.rightSelect are introduced to control whether to toggle item selection or not when an item is right clicked on a tree or a listbox with checkmark.


Last Update : 2010/12/03

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