![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
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() |
Utility class for form related behaviors
Method to load the AJAX Chosen library
If debugging mode is on an uncompressed version of AJAX Chosen is included for easier debugging.
| Registry | $options | Options in a Registry object |
| mixed | $debug | Is debugging mode on? [optional] |
Références $displayData, $options, $selector, $type, $url, et null.
|
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.
| string | $selector | Class for Chosen elements. |
| mixed | $debug | Is debugging mode on? [optional] |
| array | $options | the possible Chosen options as name => value [optional] |
Références $displayData, $options, $selector, JDEBUG, et null.
|
staticprotected |