Annotation of /mambo/branches/4.6/modules/mod_mainmenu.xml
Parent Directory
|
Revision Log
Revision 352 - (view) (download) (as text)
| 1 : | root | 1 | <?xml version="1.0" encoding="iso-8859-1"?> |
| 2 : | <mosinstall type="module" version="4.5.2"> | ||
| 3 : | <name>Main Menu</name> | ||
| 4 : | <author>Mambo Project</author> | ||
| 5 : | <creationDate>July 2004</creationDate> | ||
| 6 : | oziris | 322 | <copyright>copyright (C) 2005 - 2006 Mambo Foundation Inc.</copyright> |
| 7 : | root | 1 | <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> |
| 8 : | oziris | 350 | <authorEmail>core@mambo-foundation.org</authorEmail> |
| 9 : | oziris | 352 | <authorUrl>www.mambo-foundation.org</authorUrl> |
| 10 : | root | 1 | <version>4.5.2</version> |
| 11 : | <description>Displays a menu.</description> | ||
| 12 : | <files> | ||
| 13 : | <filename module="mod_mainmenu">mod_mainmenu.php</filename> | ||
| 14 : | </files> | ||
| 15 : | <params> | ||
| 16 : | <param name="class_sfx" type="text" default="" label="Menu Class Suffix" description="A suffix to be applied to the css class of the menu items" /> | ||
| 17 : | <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" /> | ||
| 18 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 19 : | <param name="menutype" type="mos_menu" default="" label="Menu Name" description="The name of the menu (default is 'mainmenu')" /> | ||
| 20 : | <param name="menu_style" type="list" default="vert_indent" label="Menu Style" description="The menu style"> | ||
| 21 : | <option value="vert_indent">Vertical</option> | ||
| 22 : | <option value="horiz_flat">Horizontal</option> | ||
| 23 : | <option value="list_flat">Flat List</option> | ||
| 24 : | </param> | ||
| 25 : | <param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module"> | ||
| 26 : | <option value="0">No</option> | ||
| 27 : | <option value="1">Yes</option> | ||
| 28 : | </param> | ||
| 29 : | <param name="menu_images" type="radio" default="0" label="Show Menu Icons" description="Show the Menu Icons you have selected for your menu items"> | ||
| 30 : | <option value="0">No</option> | ||
| 31 : | <option value="1">Yes</option> | ||
| 32 : | </param> | ||
| 33 : | <param name="menu_images_align" type="radio" default="0" label="Menu Icon Alignment" description="Alignment of the Menu Icons"> | ||
| 34 : | <option value="0">Left</option> | ||
| 35 : | <option value="1">Right</option> | ||
| 36 : | </param> | ||
| 37 : | <param name="expand_menu" type="radio" default="0" label="Expand Menu" description="Expand the menu and make its sub-menus items always visible"> | ||
| 38 : | <option value="0">No</option> | ||
| 39 : | <option value="1">Yes</option> | ||
| 40 : | </param> | ||
| 41 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 42 : | <param name="indent_image" type="list" default="0" label="Indent Image" description="Choose which indent image system to utilise"> | ||
| 43 : | <option value="0">Template</option> | ||
| 44 : | <option value="1">Mambo default images</option> | ||
| 45 : | <option value="2">Use params below</option> | ||
| 46 : | <option value="3">None</option> | ||
| 47 : | </param> | ||
| 48 : | <param name="indent_image1" type="imagelist" directory="/images/M_images" default="" label="Indent Image 1" description="Image for the first sub-level" /> | ||
| 49 : | <param name="indent_image2" type="imagelist" directory="/images/M_images" default="" label="Indent Image 2" description="Image for the second sub-level" /> | ||
| 50 : | <param name="indent_image3" type="imagelist" directory="/images/M_images" default="" label="Indent Image 3" description="Image for the third sub-level" /> | ||
| 51 : | <param name="indent_image4" type="imagelist" directory="/images/M_images" default="" label="Indent Image 4" description="Image for the fourth sub-level" /> | ||
| 52 : | <param name="indent_image5" type="imagelist" directory="/images/M_images" default="" label="Indent Image 5" description="Image for the fifth sub-level" /> | ||
| 53 : | <param name="indent_image6" type="imagelist" directory="/images/M_images" default="" label="Indent Image 6" description="Image for the sixth sub-level" /> | ||
| 54 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 55 : | <param name="spacer" type="text" default="" size="5" label="Spacer" description="Spacer for Horizontal menu" /> | ||
| 56 : | <param name="end_spacer" type="text" default="" size="5" label="End Spacer" description="End Spacer for Horizontal menu" /> | ||
| 57 : | </params> | ||
| 58 : | </mosinstall> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

