Campo de Formulario, Tipo templatestyle

From Joomla! Documentation

This page is a translated version of the page Templatestyle form field type and the translation is 100% complete.
Other languages:
Deutsch • ‎English • ‎Nederlands • ‎español • ‎français

Proporciona una lista desplegable de opciones de estilo.

  • name (obligatorio) es el nombre único del parámetro.
  • type (obligatorio) debe ser templatestyle.
  • cliente (opcional) administrador, valor por defecto del sitio.
  • label (obligatoria) (traducible) es el título descriptivo del campo.
  • description texto descriptivo para el campo de formulario.
  • class (opcional) para el estilo.

Ejemplo de Definición XML:

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