API17:JHtmlAccess::actions
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JHtmlAccess::actions|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlAccess::actions|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function actions ( |
| + | $name | ||
| + | $selected | ||
| + | $component | ||
| + | $section= 'global' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 44: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string | |
| − | string | + | * '''Defined''' on line 196 of libraries/joomla/html/html/access.php |
| − | + | ||
| − | libraries/joomla/html/html/access.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JHtmlAccess::actions source code''' on [[jplatform:html/html/access.php#cl-188|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JHtmlAccess/11.1|JHtmlAccess]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JHtmlAccess::actions|Other versions of JHtmlAccess::actions]] | ||
| + | {{SeeAlso:JHtmlAccess::actions}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlAccess::actions|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlAccess::actions|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 61: | Line 63: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JHtmlAccess]][[Category:JHtmlAccess::actions]]</noinclude> | <noinclude>[[Category:JHtmlAccess]][[Category:JHtmlAccess::actions]]</noinclude> | ||
Revision as of 21:05, 27 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::actions
Description
Returns a UL list of user groups with check boxes.
Description:JHtmlAccess::actions [Edit Descripton]
public static function actions ( $name $selected $component $section= 'global' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the checkbox controls array | |
| $selected | array | An array of the checked boxes | |
| $component | |||
| $section | 'global' |
- Returns string
- Defined on line 196 of libraries/joomla/html/html/access.php
See also
-
JHtmlAccess::actions source code on BitBucket
-
Class JHtmlAccess
-
Subpackage Html
- Other versions of JHtmlAccess::actions
SeeAlso:JHtmlAccess::actions [Edit See Also]
User contributed notes
<CodeExamplesForm />
