Navigation Component Generated HTML: Difference between revisions


No edit summary
mNo edit summary
Line 22: Line 22:




When a user adds a navigation component to their Viviti site, this is the html that is dynamically generated.
When a user adds a [[NavigationComponent | Navigation component]] to their Viviti site, this is the html that is dynamically generated.


[[Category:Dynamically Generated HTML]]
[[Category:Dynamically Generated HTML]]

Revision as of 18:10, 18 May 2009

Navigation component dynamically generated html:


<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 Viviti site, this is the html that is dynamically generated.