The enable-history-state Element
From Documentation
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
Version | Date | Content |
---|---|---|
8.6.1 | December, 2018 | ZK-4179: Add a library property to disable ZK history API |