This demo allows for read/write of the navigation state model topology using the client side JavaScript Model API. Page Mode Accessor
By default page is in view mode and it can be switched into EDIT mode. You may change the page mode by selecting different page mode.Once the page is in EDIT mode, any change in NavStateApi won't be commited. To commit any change, the page need to be switched back into view mode.
Page Accessor
You may navigate the topology of the navigation model by selecting the children of the currently selected page and the 'Parent'-button.
You may press 'Commit' to make current page to be saved as last page visited.
All the changes will be committed only if page is in view mode. No change is commited if page is in edit mode.
Widget Accessor
You may select widget and change widget width and height.
You may press 'Commit' to save the new width/height.
Widgets List
You may click "Send Data" button so widget will send out onNavStateChanged event.