Main Navigation Tabbed Container
The main navigation container is derived from the jQuery.UI.tabbed() widget. The tabs are located on the right hand side of the screen with the content panes filling up the rest of the space to the right. Clicking on one of the tabs loads a new content pane without having to refresh the Chrome.
|
Sub Navigation Tabbed Container
The sub navigation container is a tabbed container much like the main navigation container except for its tabs are on the top and content page on the bottom. Like the main nav widget, it is derived from the jQuery.UI.tabbed() widget but has different caching characteristics. Not all apps loaded from the main nav have to have a sub nav but it is encouraged. An application derived from the sub nav app could do things like allow the user to add or remove tabs, giving them the ability to customize their views.
|