7.1

Table Of Contents
A required field warning
Sub menus
Several sections have one or multiple sub menus. Sub menus are used to navigate to sub sections of that specific section. Sub
menus have their own classes and styles.
The sub menu of the Settings section
Like the Main menu and the User Info block the sub menus are created using HTML lists (<ul> tag and <li> tags). The fol-
lowing code snippet shows source code of a sub menu (Publication Type section):
</div>
<div id="submenu2">
<div id="LetterheadID">
<div>Letterhead</div>
<span>
<ul>
<li>General</li>
<li>Summary</li>
<li>Properties</li>
<li>Pricing and Ordering</li>
<li>Settings</li>
<li>Volume discount table (-)</li>
<li>Production</li>
...
©2010 Objectif Lune Inc - 238 -