JHtmlBatch
Extended Utility class for batch processing widgets.
abstract
| package |
Joomla.Platform |
|---|---|
| subpackage |
HTML |
| since |
11.1 |
Methods
access
Display a batch widget for the access level selector.
access() : string
static
| since |
11.1 |
|---|
Response
stringThe necessary HTML for the widget.
item
Displays a batch widget for moving or copying items.
item(string $extension) : string
static
| since |
11.1 |
|---|
Arguments
- $extension
stringThe extension that owns the category.
Response
stringThe necessary HTML for the widget.
language
Display a batch widget for the language selector.
language() : string
static
| since |
11.3 |
|---|
Response
stringThe necessary HTML for the widget.
user
Display a batch widget for the user selector.
user(boolean $noUser = true) : string
static
| since |
11.4 |
|---|
Arguments
- $noUser
booleanChoose to display a "no user" option
Response
stringThe necessary HTML for the widget.