HeaderTag form field type

From Joomla! Documentation

This page contains changes which are not marked for translation.
Other languages:
English • ‎Nederlands • ‎español • ‎français
Stop hand nuvola.svg.png
Warning!

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


Provides a dropdown list of h1 to h6 as options.

  • name (mandatory) is the unique name of the parameter.
  • type (mandatory) must be headertag.
  • label (mandatory) (translatable) is the descriptive title of the field.
  • description (optional) (translatable) description text for the form field.
  • default (optional) provides a default value.

Example XML Definition:

<field name="header_tag" type="headertag"
	label="COM_MODULES_FIELD_HEADER_TAG_LABEL"
	description="COM_MODULES_FIELD_HEADER_TAG_DESC" 
	default="h3"/>