class JHtmlBatch

Extended Utility class for batch processing widgets.

Methods

static  string
access()

Display a batch widget for the access level selector.

static  string
item( string $extension)

Displays a batch widget for moving or copying items.

static  string
language()

Display a batch widget for the language selector.

static  string
user( boolean $noUser = true)

Display a batch widget for the user selector.

static  string
tag()

Display a batch widget for the tag selector.

Details

static string access()

Display a batch widget for the access level selector.

Return Value

string The necessary HTML for the widget.

static string item( string $extension)

Displays a batch widget for moving or copying items.

Parameters

string $extension The extension that owns the category.

Return Value

string The necessary HTML for the widget.

static string language()

Display a batch widget for the language selector.

Return Value

string The necessary HTML for the widget.

static string user( boolean $noUser = true)

Display a batch widget for the user selector.

Parameters

boolean $noUser Choose to display a "no user" option

Return Value

string The necessary HTML for the widget.

static string tag()

Display a batch widget for the tag selector.

Return Value

string The necessary HTML for the widget.