org.zkoss.zkmax.touch.disabled"

From Documentation
m (ZK:4918)
Line 13: Line 13:
  
 
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 <code>true</code>.
 
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 <code>true</code>.
 +
 +
 +
<--
 +
check js zk.touchEnabled
 +
-->
  
 
=Version History=
 
=Version History=

Revision as of 06:10, 11 June 2021


org.zkoss.zkmax.touch.disabled


Property:

org.zkoss.zkmax.touch.disabled
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: false

Since 9.6.0

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

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.


<-- check js zk.touchEnabled -->

Version History

Last Update : 2021/06/11


Version Date Content
9.6.0 June 2021 ZK-4918: support a configuration to disable touch behavior


Last Update : 2021/06/11

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