The enable-history-state Element"

From Documentation
(enable-history-state)
 
m (correct highlight (via JWB))
 
Line 7: Line 7:
 
  [Since ZK 8.6.1]
 
  [Since ZK 8.6.1]
  
Sets whether history state handle is enabled. If disabled, ZK won't generate any <tt>onHistoryPopState</tt> event even if history state is popped. It is desirable to avoid unnecessary events back to server if history state is handled by front-end.
+
Sets whether history state handle is enabled. If disabled, ZK won't generate any <code>onHistoryPopState</code> event even if history state is popped. It is desirable to avoid unnecessary events back to server if history state is handled by front-end.
  
 
=Version History=
 
=Version History=

Latest revision as of 10:18, 19 January 2022


The enable-history-state Element


Syntax:

<enable-history-state>true|false</enable-history-state>
[Default: true]
[Since ZK 8.6.1]

Sets whether history state handle is enabled. If disabled, ZK won't generate any onHistoryPopState event even if history state is popped. It is desirable to avoid unnecessary events back to server if history state is handled by front-end.

Version History

Last Update : 2022/01/19


Version Date Content
8.6.1 December, 2018 ZK-4179: Add a library property to disable ZK history API


Last Update : 2022/01/19

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