J1.5

Difference between revisions of "Menu parameter type"

From Joomla! Documentation

m (Added more categorisations because this page is generic.)
m (fix quotes)
Line 11: Line 11:
  
 
Example XML parameter definition:
 
Example XML parameter definition:
<source lang="xml"><param name="mymenu" type="menu" default="mainmenu" label="Select a menu" description=”Select a menu” /></source>
+
<source lang="xml"><param name="mymenu" type="menu" default="mainmenu" label="Select a menu" description="Select a menu" /></source>
 
<noinclude>
 
<noinclude>
 
=== See also ===
 
=== See also ===

Revision as of 12:49, 17 June 2009

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Params.menu.jpg

The menu parameter type provides a drop down list of the available menus from your Joomla site. If the parameter has a saved value this is selected when the page is first loaded. If not, the default value (if any) is selected.

The first option on the list is always '- Select Menu -' (which is a translatable string) and is given the value 0.

  • type (mandatory) must be menu.
  • name (mandatory) is the unique name of the parameter.
  • label (mandatory) (translatable) is the descriptive title of the field.
  • default (optional) is the default menu. Note that this is the name of the menu shown in the Type column on the Menu Manager screen and not the menu ID number.
  • description (optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box.

Example XML parameter definition:

<param name="mymenu" type="menu" default="mainmenu" label="Select a menu" description="Select a menu" />

See also[edit]