To continue with this content, please log in with your Data Access ID or create a new account.
Cancel Data Access ID
You may not be authorized to see this content. Please contact Data Access Europe for more information.
Cancel Data Access Europe
You are not authorized to see this content.
Cancel Data Access Europe
Next lesson:
Enabling History Management
Cancel

History Management

Lesson 1: History Management in DataFlex

Initially, how DataFlex facilitates History management should be explained. In DataFlex, the JavaScript History API is used to manually add, remove and replace items in the browser history stack. Underneath the WebApp framework, calls on functions like history.pushState, history.replaceSate, etc. take place to allow the change of the URL without performing a full page load.

“Deep link” URLS are also generated and interpreted. This is done using Statehash and “Navigation paths”.