JHtmlAccess
class JHtmlAccess
Extended Utility class for all HTML drawing classes.
Methods
static
string
level(
string $name,
string $selected,
string $attribs = '',
mixed $params = true,
mixed $id = false)
Displays a list of the available access view levels
static
string
usergroup(
string $name,
string $selected,
string $attribs = '',
boolean $allowAll = true,
mixed $id = false)
Displays a list of the available user groups.
static
string
usergroups(
string $name,
array $selected,
boolean $checkSuperAdmin = false)
Returns a UL list of user groups with checkboxes
static
string
actions(
string $name,
array $selected,
string $component,
string $section = 'global')
Returns a UL list of actions with checkboxes
static
mixed
assetgroups()
Gets a list of the asset groups as an array of JHtml compatible options.
static
mixed
assetgrouplist(
string $name,
mixed $selected,
string $attribs = null,
array $config = array())
Displays a Select list of the available asset groups
Details
static
string
level(
string $name,
string $selected,
string $attribs = '',
mixed $params = true,
mixed $id = false)
Displays a list of the available access view levels
static
string
usergroup(
string $name,
string $selected,
string $attribs = '',
boolean $allowAll = true,
mixed $id = false)
Displays a list of the available user groups.
static
string
usergroups(
string $name,
array $selected,
boolean $checkSuperAdmin = false)
Returns a UL list of user groups with checkboxes