The click-filter-delay Element"

From Documentation
(Created page with ' [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 c…')
 
Line 1: Line 1:
 +
{{ZKConfigurationReferencePageHeader}}
 +
 
  [Default: 0]
 
  [Default: 0]
 
  Since 3.0.9 and 3.5.3
 
  Since 3.0.9 and 3.5.3
Line 6: Line 8:
  
 
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.
 
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.
 +
 +
{{ZKConfigurationReferencePageFooter}}

Revision as of 07:09, 3 December 2010


The click-filter-delay Element


[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.



Last Update : 2010/12/03

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