The enable-history-state Element

From Documentation
Revision as of 04:02, 25 December 2018 by Rudyhuang (talk | contribs) (enable-history-state)
(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 : 2018/12/25


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


Last Update : 2018/12/25

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