API17:JHtmlAccess
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JHtmlAccess== | ||
| + | ===Description=== | ||
| + | {{Description:JHtmlAccess}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JHtmlAccess|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlAccess|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlAccess::actions/11.1|actions]] | |[[JHtmlAccess::actions/11.1|actions]] | ||
|Returns a UL list of user groups with check boxes. | |Returns a UL list of user groups with check boxes. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlAccess::assetgrouplist/11.1|assetgrouplist]] | |[[JHtmlAccess::assetgrouplist/11.1|assetgrouplist]] | ||
|Displays a Select list of the available asset groups. | |Displays a Select list of the available asset groups. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlAccess::assetgroups/11.1|assetgroups]] | |[[JHtmlAccess::assetgroups/11.1|assetgroups]] | ||
|Gets a list of the asset groups as an array of compatible options. | |Gets a list of the asset groups as an array of compatible options. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlAccess::level/11.1|level]] | |[[JHtmlAccess::level/11.1|level]] | ||
|Displays a list of the available access view levels. | |Displays a list of the available access view levels. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlAccess::usergroup/11.1|usergroup]] | |[[JHtmlAccess::usergroup/11.1|usergroup]] | ||
|Displays a list of the available user groups. | |Displays a list of the available user groups. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlAccess::usergroups/11.1|usergroups]] | |[[JHtmlAccess::usergroups/11.1|usergroups]] | ||
|Returns a UL list of user groups with check boxes. | |Returns a UL list of user groups with check boxes. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/html/access.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.access' );</source> | <source lang="php">jimport( 'joomla.html.html.access' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JHtmlAccess|Other versions of | + | * {{JVer|11.1}} '''JHtmlAccess source code''' on [[jplatform:html/html/access.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]] | ||
| + | * [[JHtmlAccess|Other versions of JHtmlAccess]] | ||
{{SeeAlso:JHtmlAccess}} | {{SeeAlso:JHtmlAccess}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlAccess|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlAccess|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 57: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHtmlAccess]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHtmlAccess]]</noinclude> |
Revision as of 13:50, 29 August 2012
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
Description
Description:JHtmlAccess [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | actions | Returns a UL list of user groups with check boxes. |
| public static | assetgrouplist | Displays a Select list of the available asset groups. |
| public static | assetgroups | Gets a list of the asset groups as an array of compatible options. |
| public static | level | Displays a list of the available access view levels. |
| public static | usergroup | Displays a list of the available user groups. |
| public static | usergroups | Returns a UL list of user groups with check boxes. |
- Defined in libraries/joomla/html/html/access.php
Importing
jimport( 'joomla.html.html.access' );
See also
-
JHtmlAccess source code on BitBucket
-
Subpackage Html
- Other versions of JHtmlAccess
SeeAlso:JHtmlAccess [Edit See Also]
User contributed notes
<CodeExamplesForm />
