org.zkoss.zul.listbox.rightSelect"

From Documentation
Line 3: Line 3:
 
  org.zkoss.zul.listbox.rightSelect
 
  org.zkoss.zul.listbox.rightSelect
  
'''org.zkoss.zul.listbox.rightSelect'''
 
 
  Default: true
 
  Default: true
 
  [Since 5.0.5]
 
  [Since 5.0.5]

Revision as of 03:35, 6 December 2010


org.zkoss.zul.listbox.rightSelect


Property:

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/06


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/06

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