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 JHtmlBatch

Fonctions membres publiques statiques

static access ()
 
static item ($extension)
 
static language ()
 
static user ($noUser=true)
 
static tag ()
 

Description détaillée

Extended Utility class for batch processing widgets.

Depuis
1.7
Obsolète:
4.0 Use JLayout directly

Documentation des fonctions membres

◆ access()

static access ( )
static

Display a batch widget for the access level selector.

Renvoie
string The necessary HTML for the widget.
Depuis
1.7
Obsolète:
4.0 instead of JHtml::_('batch.access'); use JLayoutHelper::render('joomla.html.batch.access', array());

◆ item()

static item (   $extension)
static

Displays a batch widget for moving or copying items.

Paramètres
string$extensionThe extension that owns the category.
Renvoie
string The necessary HTML for the widget.
Depuis
1.7
Obsolète:
4.0 instead of JHtml::_('batch.item'); use JLayoutHelper::render('joomla.html.batch.item', array('extension' => 'com_XXX'));

Références $displayData, et $extension.

◆ language()

static language ( )
static

Display a batch widget for the language selector.

Renvoie
string The necessary HTML for the widget.
Depuis
2.5
Obsolète:
4.0 instead of JHtml::_('batch.language'); use JLayoutHelper::render('joomla.html.batch.language', array());

◆ tag()

static tag ( )
static

Display a batch widget for the tag selector.

Renvoie
string The necessary HTML for the widget.
Depuis
3.1
Obsolète:
4.0 instead of JHtml::_('batch.tag'); use JLayoutHelper::render('joomla.html.batch.tag', array());

◆ user()

static user (   $noUser = true)
static

Display a batch widget for the user selector.

Paramètres
boolean$noUserChoose to display a "no user" option
Renvoie
string The necessary HTML for the widget.
Depuis
2.5
Obsolète:
4.0 instead of JHtml::_('batch.user'); use JLayoutHelper::render('joomla.html.batch.user', array());

Références $displayData.


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