Tag formulierveld type

From Joomla! Documentation

Revision as of 06:34, 3 October 2015 by MartijnM (talk | contribs) (Created page with "* '''description''' (optioneel) (vertaalbaar) is de beschrijvende tekst voor het formulierveld.")
Other languages:
English • ‎Nederlands • ‎español • ‎français

Het Tag formulierveld type biedt een punt waar u tags kunt opgeven - dit is óf AJAX óf genest.

  • type (verplicht) moet tag zijn.
  • name (verplicht) is de unieke naam van de parameter.
  • mode (optioneel) (vertaalbaar) is de beschrijving van het veld.
  • label (verplicht) is de (vertaalbare) beschrijvende titel van het veld.
  • description (optioneel) (vertaalbaar) is de beschrijvende tekst voor het formulierveld.
  • id (optional) is the id to add to the field. Note if none is set this will be the name of the field.
  • class (optional) is the class to add to the field.
  • published (optional) determines if non published tags should be allowed.
  • language (optional) is language to filter the existing tags by.
  • multiple (optional) is the ability to add more than 1 tag to the form field.
  • custom (optional) if the ajax mode is chosen setting this to deny will prevent users from adding in new tags.

Example XML Definition for an AJAX Tag

<field name="tags" type="tag" label="JTAG" description="JTAG_DESC" mode="ajax" class="inputbox span12 small" multiple="true" />

Example XML Definition for an Nested Tag

<field name="tags" type="tag" label="JTAG" description="JTAG_DESC" mode="nested" class="inputbox span12 small" multiple="true" />

See also

Joomla! Community Magazine April 2013 Issue