org.zkoss.zkmax.touch.disabled"
From Documentation
m |
m (ZK:4918) |
||
Line 21: | Line 21: | ||
| 9.6.0 | | 9.6.0 | ||
| June 2021 | | June 2021 | ||
− | | [https://tracker.zkoss.org/browse/ZK-4918 ZK | + | | [https://tracker.zkoss.org/browse/ZK-4918 ZK-4918: support a configuration to disable touch behavior] |
|} | |} | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 08:07, 10 June 2021
Property:
org.zkoss.zkmax.touch.disabled
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: false
Since 9.6.0
- Available for ZK:
It specifies whether to disable the handling of touch events.
By default, ZK detects if a device supports touch events and listens to them automatically. If a user doesn't want to use such a feature (e.g. desktop mostly), specify this library property to true
.
Version History
Version | Date | Content |
---|---|---|
9.6.0 | June 2021 | ZK-4918: support a configuration to disable touch behavior |