Tip câmp formular accesslevel

From Joomla! Documentation

This page is a translated version of the page Accesslevel form field type and the translation is 83% complete.
Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎português • ‎português do Brasil • ‎română • ‎русский • ‎فارسی • ‎हिन्दी • ‎বাংলা • ‎中文(台灣)‎

Oferă o listă verticală de opțiuni accesslevel, cu opțiunea curentă selectată.

  • name (nume) (obligatoriu) este numele unic al parametrului.
  • type (obligatoriu) trebuie să fie accesslevel.
  • label (obligatoriu) (traductibil) este titlul descriptiv al câmpului.
  • description descrierea câmpului formularului.
  • class clase adiționale pentru a seta stilul.
  • multiple (optional) is whether multiple items can be selected at the same time (true or false).
  • useglobal (optional) if set to true, it will show the value that is set in the global configuration if found in the database.

Implementat de: libraries/joomla/form/fields/access.php

Exemplu Definiție XML:

<field name="access" type="accesslevel"
	label="JFIELD_ACCESS_LABEL"
	description="JFIELD_ACCESS_DESC"
	class="span12 small" />