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 JHtmlJquery

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()
 

Description détaillée

Utility class for jQuery JavaScript behaviors

Depuis
3.0

Documentation des fonctions membres

◆ framework()

static framework (   $noConflict = true,
  $debug = null,
  $migrate = true 
)
static

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.

Paramètres
boolean$noConflictTrue to load jQuery in noConflict mode [optional]
mixed$debugIs debugging mode on? [optional]
boolean$migrateTrue to enable the jQuery Migrate plugin
Renvoie
void
Depuis
3.0

Références null.

◆ token()

static token (   $name = 'csrf.token')
static

Auto set CSRF token to ajaxSetup so all jQuery ajax call will contains CSRF token.

Paramètres
string$nameThe CSRF meta tag name.
Renvoie
void
Exceptions

Références $doc, $name, getDocument, jQuery, et JS.

◆ ui()

static ui ( array  $components = array('core'),
  $debug = null 
)
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.

Paramètres
array$componentsThe jQuery UI components to load [optional]
mixed$debugIs debugging mode on? [optional]
Renvoie
void
Depuis
3.0
Obsolète:
4.0 jQuery UI will be removed from Joomla 4 without replacement.

Références $component, 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 :