ChromeStyle form field type

From Joomla! Documentation

This page contains changes which are not marked for translation.
Warning!

This page has been superseded and is no longer maintained. Please go to Joomla Manual ChromeStyle Field instead


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" />