存取權限層級表單欄位類型
From Joomla! Documentation
提供存取權限層級的下拉清單選項
- name (mandatory) is the unique name of the parameter.
- type (mandatory) must be accesslevel.
- label (mandatory) (translatable) is the descriptive title of the field.
- description description text for the form field.
- class additional classes to set style.
- multiple (optional) is whether multiple items can be selected at the same time (true or false).
- useglobal (optional) if set to true, it will show the value that is set in the global configuration if found in the database.
Implemented by: libraries/joomla/form/fields/access.php
範例 XML Definition:
<field name="access" type="accesslevel"
label="JFIELD_ACCESS_LABEL"
description="JFIELD_ACCESS_DESC"
class="span12 small" />