Table of Contents

  • Introduction
  • Templates
  • Navigation
    · Introduction
    · Basic Concept
    · <navigation>
    · <textstyle>
    · <boxstyle>
    · <mi>
    · Examples
    · Example 1
    · Example 2
    · Example 3
  • SiteBuilder Tags
  • Examples
  • References
  •  <mi> ... </mi> 
    <mi> is defined in the WebLayout Templates module.

    Describes a menu item. The contents of the tag will be used for the text shown in the menu. The <navigation> includes as many <mi> tags as there are menu items.

    <mi> tags are usually generated dynamically by the SiteBuilder tags.

    Attributes
    href, status, selected,  

    Attributes

    href=URL
    Set the URL the menu item should link to.

    status=string
    Set the text that will show up in the status bar when the mouse pointer is over the link. Is usually not used.

    selected
    This menu item should be selected. It will use the selected boxstyle rather than the normal.
    Example