ChromeStyle form field type

From Joomla! Documentation

Revision as of 14:00, 11 August 2015 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:
Deutsch • ‎English • ‎Nederlands • ‎español • ‎français

provides a dropdown list of style options with the current option selected.

  • name (mandatory) is the unique name of the parameter.
  • type (mandatory) must be chromestyle.
  • label (mandatory) (translatable) is the descriptive title of the field.
  • description description text for the form field.

Example XML Definition:

<field name="style" type="chromestyle"
	label="COM_MODULES_FIELD_MODULE_STYLE_LABEL"
	description="COM_MODULES_FIELD_MODULE_STYLE_DESC" />