org.zkoss.zul.tree.selectOnHighlight.disabled"
From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.tree.selectOnHighlight.disabled Default: false [Since 7.0.4] Sets whether to disable select functionality...") |
Robertwenzel (talk | contribs) m |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
'''Property:''' | '''Property:''' | ||
org.zkoss.zul.tree.selectOnHighlight.disabled | org.zkoss.zul.tree.selectOnHighlight.disabled | ||
+ | |||
+ | {{NestedLibraryProperty}} | ||
Default: false | Default: false | ||
Line 15: | Line 17: | ||
| 7.0.4 | | 7.0.4 | ||
| October 2014 | | October 2014 | ||
− | | [http://tracker.zkoss.org/browse/ZK-2433 ZK-2433]: Add a custom attributes "org.zkoss.zul.tree. | + | | [http://tracker.zkoss.org/browse/ZK-2433 ZK-2433]: Add a custom attributes "org.zkoss.zul.tree.selectOnHighlight.disabled" to set whether disable select functionality when highlighting text content with mouse dragging or not. |
|} | |} | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Latest revision as of 11:21, 7 July 2016
Property:
org.zkoss.zul.tree.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.tree.selectOnHighlight.disabled" to set whether disable select functionality when highlighting text content with mouse dragging or not. |