HeaderTag form field type
From Joomla! Documentation
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"/>