JHtmlBatch
Extended Utility class for batch processing widgets.
since |
1.7 |
---|---|
deprecated |
4.0 Use JLayout directly |
package |
Joomla.Libraries |
Methods
access
Display a batch widget for the access level selector.
access() : string
since |
1.7 |
---|---|
deprecated |
4.0 instead of JHtml::_('batch.access'); use JLayoutHelper::render('joomla.html.batch.access', array()); |
Response
string
The necessary HTML for the widget.
item
Displays a batch widget for moving or copying items.
item(string $extension) : string
since |
1.7 |
---|---|
deprecated |
4.0 instead of JHtml::_('batch.item'); use JLayoutHelper::render('joomla.html.batch.item', array('extension' => 'com_XXX')); |
Arguments
- $extension
string
The extension that owns the category.
Response
string
The necessary HTML for the widget.
language
Display a batch widget for the language selector.
language() : string
since |
2.5 |
---|---|
deprecated |
4.0 instead of JHtml::_('batch.language'); use JLayoutHelper::render('joomla.html.batch.language', array()); |
Response
string
The necessary HTML for the widget.
tag
Display a batch widget for the tag selector.
tag() : string
since |
3.1 |
---|---|
deprecated |
4.0 instead of JHtml::_('batch.tag'); use JLayoutHelper::render('joomla.html.batch.tag', array()); |
Response
string
The necessary HTML for the widget.
user
Display a batch widget for the user selector.
user(boolean $noUser = true) : string
since |
2.5 |
---|---|
deprecated |
4.0 instead of JHtml::_('batch.user'); use JLayoutHelper::render('joomla.html.batch.user', array()); |
Arguments
- $noUser
boolean
Choose to display a "no user" option
Response
string
The necessary HTML for the widget.