Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe Jquery

Fonctions membres publiques statiques

static framework ($noConflict=true, $debug=null, $migrate=false)
 
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 = false 
)
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
Obsolète:
5.0 Use Joomla::useAsset();

Références $wa, et Factory\getApplication().

◆ 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, HTMLHelper\_(), et Factory\getDocument().

Documentation des champs

◆ $loaded

$loaded = array()
staticprotected

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