Campo de Formulario, Tipo contenttype

From Joomla! Documentation

Revision as of 19:22, 7 September 2015 by Abulafia (talk | contribs) (Created page with "Campo de Formulario, Tipo ContentType")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Provides a list of content types.

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

Example XML Definition:

<field name="types" type="contenttype"
	label="COM_TAGS_FIELD_TYPE_LABEL"
	description="COM_TAGS_FIELD_TYPE_DESC"
	multiple="true" />