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é
|
Fonctions membres publiques statiques | |
static | framework ($noConflict=true, $debug=null, $migrate=true) |
static | ui (array $components=array('core'), $debug=null) |
static | token ($name='csrf.token') |
Attributs protégés statiques | |
static | $loaded = array() |
Utility class for jQuery JavaScript behaviors
Method to load the jQuery JavaScript framework into the document head
If debugging mode is on an uncompressed version of jQuery is included for easier debugging.
boolean | $noConflict | True to load jQuery in noConflict mode [optional] |
mixed | $debug | Is debugging mode on? [optional] |
boolean | $migrate | True to enable the jQuery Migrate plugin |
Références null.
|
static |
Auto set CSRF token to ajaxSetup so all jQuery ajax call will contains CSRF token.
string | $name | The CSRF meta tag name. |
Références $doc, $name, getDocument, jQuery, et JS.
|
static |
Method to load the jQuery UI JavaScript framework into the document head
If debugging mode is on an uncompressed version of jQuery UI is included for easier debugging.
array | $components | The jQuery UI components to load [optional] |
mixed | $debug | Is debugging mode on? [optional] |
Références $component, JDEBUG, et null.
|
staticprotected |