Joomla accesslevel Form Field Type
It provides a drop down list of accesslevel options with the current option selected.
Example XML Definition:
<field name="access"
type="accesslevel"
label="JFIELD_ACCESS_LABEL"
description="JFIELD_ACCESS_DESC"
class="span12 small" />
Parameters
Mandatory Parameters
- name is the unique name of the parameter
- type must be accesslevel
- label (translatable) is the descriptive title of the field.
Optional Parameters
- description: description text for the form field.
- class: additional classes to set style.
- multiple: whether multiple items can be selected at the same time (true or false).
- useglobal: if set to true, it will show the value that is set in the global configuration if found in the database.