The click-filter-delay Element

From Documentation
Revision as of 11:39, 3 December 2010 by Tomyeh (talk | contribs)


The click-filter-delay Element


Syntax:

<click-filter-delay>a_number</click-filter-delay>
[Default: 0]
Since 3.0.9 and 3.5.3

It specifies the time, in milliseconds, to filter out consecutive click events. If two click events (including onOK and onCancel) come too close (within the specified delay), the second one will be removed to avoid the denial-of-service attack. A non-positive value turns off this feature.

Prior to ZK 3.5.3, it is default to 390, which means it filters out the second click event if it happens within 390 milliseconds.

Version History

Last Update : 2010/12/03


Version Date Content
     



Last Update : 2010/12/03

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