Navigation
Ajax Navigation controller
This is the extended Navigation controller, customized for the Manipulator Templator Model. This page/flow controller is designed for full rendering control.
dependencies Util.History for browser History and Location control. Seamless fallback to location.hash and Legacy translation between #/ and real url paths for support for links shared between different generation browsers.
In default implementation it is composed of a div#page containing a div#header, a div#footer and a div#content. In the div#content we place our individual page content in a div.scene. When using an AJAX enabled navigation the Manipulator Navigation module forwards popstate and HASH changes to either div#content or div.scene depending on the url fragments. First level changes is redirected to div#content, all others to div.scene.
The module can also be used with custom callback and node.
Functions
Files
Main file
- u-navigation.js
Segment support files
- none
Segment dependencies
- desktop_edge
- u-navigation.js
- desktop_ie11
- u-navigation.js
- desktop
- u-navigation.js
- desktop_ie10
- u-navigation.js
- desktop_ie9
- u-navigation.js
- desktop_light
- u-navigation.js
- tablet
- u-navigation.js
- tablet_light
- u-navigation.js
- smartphone
- u-navigation.js
- mobile
- not tested
- mobile_light
- not tested
- tv
- u-navigation.js
- seo
- not supported