The enable-history-state Element

From Documentation
Revision as of 10:18, 19 January 2022 by Hawk (talk | contribs) (correct highlight (via JWB))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.