Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JHtmlFormbehavior

Fonctions membres publiques statiques

static chosen ($selector='.advancedSelect', $debug=null, $options=array())
 
static ajaxchosen (Registry $options, $debug=null)
 

Attributs protégés statiques

static $loaded = array()
 

Description détaillée

Utility class for form related behaviors

Depuis
3.0

Documentation des fonctions membres

◆ ajaxchosen()

static ajaxchosen ( Registry  $options,
  $debug = null 
)
static

Method to load the AJAX Chosen library

If debugging mode is on an uncompressed version of AJAX Chosen is included for easier debugging.

Paramètres
Registry$optionsOptions in a Registry object
mixed$debugIs debugging mode on? [optional]
Renvoie
void
Depuis
3.0

Références $displayData, $options, $selector, $type, $url, et null.

◆ chosen()

static chosen (   $selector = '.advancedSelect',
  $debug = null,
  $options = array() 
)
static

Method to load the Chosen JavaScript framework and supporting CSS into the document head

If debugging mode is on an uncompressed version of Chosen is included for easier debugging.

Paramètres
string$selectorClass for Chosen elements.
mixed$debugIs debugging mode on? [optional]
array$optionsthe possible Chosen options as name => value [optional]
Renvoie
void
Depuis
3.0

Références $displayData, $options, $selector, JDEBUG, et null.

Documentation des champs

◆ $loaded

$loaded = array()
staticprotected

La documentation de cette classe a été générée à partir du fichier suivant :