org.zkoss.zul.listbox.selectOnHighlight.disabled"
From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.listbox.selectOnHighlight.disabled Default: false [Since 7.0.4] Sets whether to disable select functiona...") |
Robertwenzel (talk | contribs) m |
||
Line 2: | Line 2: | ||
'''Property:''' | '''Property:''' | ||
org.zkoss.zul.listbox.selectOnHighlight.disabled | org.zkoss.zul.listbox.selectOnHighlight.disabled | ||
+ | |||
+ | {{NestedLibraryProperty}} | ||
Default: false | Default: false |
Latest revision as of 10:44, 7 July 2016
Property:
org.zkoss.zul.listbox.selectOnHighlight.disabled
Applicable: globally in zk.xml via <library-property> nested in a zul file via <custom-attributes>
Default: false [Since 7.0.4]
Sets whether to disable select functionality when highlighting text content with mouse dragging or not.
Version History
Version | Date | Content |
---|---|---|
7.0.4 | October 2014 | ZK-2433: Add a custom attributes "org.zkoss.zul.listbox.selectOnHighlight.disabled" to set whether disable select functionality when highlighting text content with mouse dragging or not. |