Overriding Global Navigation
This page demonstrates overriding the global navigation links at the top right of the C3 template.
Steps to override the global navigation:
- On the page where the override should begin create a container named feeds
- In the feeds container create a property named CascadingData
- Use the following configuration in the CascadingDataproperty:
<Items>
<Item Class="globalnav" Id="1348#globalnav" Links="true" Title="" />
</Items>
Instead of 1348 use the pid of the feeds container's parent page.
- On the page where the override should begin create a container named globalnav
- Place shortcut bricks and/or links brinks in the globalnav container.
These will be rendered to override the global navigation.
This page demonstrates overriding the global navigation.
NOTE: to end the override and revert back to the top level global navigation take the following steps:
- On the page where the override should stop create a container named feeds
- In the feeds container create a property named CascadingData
- Use the following configuration in the CascadingDataproperty:
<Items>
<Item Id="#globalnav" Class="globalnav" Title=""/>
</Items>
With no globalnav container on the page an empty list will be rendered which causes the template to revert back the top level global navigation.
The following page demostrates reverting back to the top level global navigation:
http://alpha.webcenter.uab.edu/sites/c3/34402/