Templatestyle formulierveld type

From Joomla! Documentation

This page is a translated version of the page Templatestyle form field type and the translation is 100% complete.

Biedt een dropdown lijst met style als opties.

  • name (verplicht) is de unieke naam van de parameter.
  • type (verplicht) moet templatestyle zijn.
  • client (optioneel) beheerder, standaard voor de site.
  • label (verplicht) (vertaalbaar) is de beschrijvende titel van het veld.
  • description beschrijvende tekst voor het formulierveld.
  • class (optioneel) voor styling.

Voorbeeld XML definitie:

<field name="admin_style" type="templatestyle"
	client="administrator"
	description="COM_ADMIN_USER_FIELD_BACKEND_TEMPLATE_DESC"
	label="COM_ADMIN_USER_FIELD_BACKEND_TEMPLATE_LABEL" >
		<option value="">JOPTION_USE_DEFAULT</option>
</field>