Center pane
Change the 'state' by opening some panes and adjusting their size,
then Reload.
The page should reload with the panes exactly as they were.
> RELOAD page with default layout settings (no state)...
This button triggers 3 steps:
- myLayout.deleteCookie() — remove the existing layout cookie
- myLayout.options.cookie.autoSave = false — prevent saving new cookie on window.unload
- Reload the page — default layout settings used onLoad because there is no cookie
> RESET layout to as it was when loaded (no reload)
This button loads a state-hash that was created onLoad:
- window.fullState = myLayout.getState() — saved after layout loaded
- myLayout.loadState( window.fullState ) — restore the original state