Navigation Component Generated HTML: Difference between revisions
mNo edit summary |
|||
Line 22: | Line 22: | ||
When a user adds a [[NavigationComponent | Navigation component]] to their | When a user adds a [[NavigationComponent | Navigation component]] to their site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Latest revision as of 09:34, 12 October 2010
<div class="component navigation_component">
<h2><span>navigation component title</span></h2>
<div class="component_content">
<ul class="navigation">
<li>
<div class="navigation_label">navigation label name</div>
<ul>
<li>sub link name</li>
</ul>
</li>
<li>link name</li>
</ul>
</div>
</div>
When a user adds a Navigation component to their site, this is the html that is dynamically generated.