Joomla! Programmierung/Programmierung/XML Parameter Elemente/Standardparameter/Accesslevel
Aus Joomla! Dokumentation
The accesslevel parameter type provides a drop down list of accesslevels from your Joomla site.
- 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 accesslevel.
- 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:
<field name="myaccess" type="accesslevel" description="" label="MY_ACCESSLEVEL" size="1" />