Difference between revisions of "Accesslevel form field type/es"

From Joomla! Documentation

(Created page with "* '''name''' (obligatorio) es el nombre único del parámetro.")
(Created page with "* '''type''' (obligatorio) debe ser ''accesslevel''.")
Line 3: Line 3:
  
 
* '''name''' (obligatorio) es el nombre único del parámetro.
 
* '''name''' (obligatorio) es el nombre único del parámetro.
* '''type''' (mandatory) must be ''accesslevel''.
+
* '''type''' (obligatorio) debe ser ''accesslevel''.
 
* '''label''' (mandatory) (translatable) is the descriptive title of the field.
 
* '''label''' (mandatory) (translatable) is the descriptive title of the field.
 
* '''description''' description text for the form field.
 
* '''description''' description text for the form field.

Revision as of 14:59, 4 September 2015

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎português • ‎português do Brasil • ‎română • ‎русский • ‎فارسی • ‎हिन्दी • ‎বাংলা • ‎中文(台灣)‎

Proporciona una lista desplegable de opciones accesslevel con la opción actual seleccionada.

  • name (obligatorio) es el nombre único del parámetro.
  • type (obligatorio) debe ser accesslevel.
  • label (mandatory) (translatable) is the descriptive title of the field.
  • description description text for the form field.
  • class additional classes to set style.

Implemented by: libraries/joomla/form/fields/access.php

Example XML Definition:

<field name="access" type="accesslevel"
	label="JFIELD_ACCESS_LABEL"
	description="JFIELD_ACCESS_DESC"
	class="span12 small" />