API17:JHtmlAccess::usergroups
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 38: | Line 38: | ||
string | string | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/html/html/access.php | + | libraries/joomla/html/html/access.php (line 130) |
| + | * see source code in [[jplatform:html/html/access.php#cl-130|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:40, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlAccess::usergroups
Description
Returns a UL list of user groups with check boxes.
Description:JHtmlAccess::usergroups [Edit Descripton]
Synopsis
public static JHtmlAccess::usergroups ($name, $selected, $checkSuperAdmin=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the checkbox controls array | |
| $selected | array | An array of the checked boxes | |
| $checkSuperAdmin | false |
Returns
string
Defined in
libraries/joomla/html/html/access.php (line 130)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JHtmlAccess::usergroups
Examples
<CodeExamplesForm />
