Extended Utility class for batch processing widgets.
- Depuis
- 1.7
- Obsolète:
- 4.0 Use JLayout directly
◆ access()
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 | $extension | The 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()
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()
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 | $noUser | Choose 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 :