API17

Difference between revisions of "JHtmlAccess"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlAccess::actions/11.1|actions]]
+
|[[API17:JHtmlAccess::actions|actions]]
 
|Returns a UL list of user groups with check boxes.  
 
|Returns a UL list of user groups with check boxes.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlAccess::assetgrouplist/11.1|assetgrouplist]]
+
|[[API17:JHtmlAccess::assetgrouplist|assetgrouplist]]
 
|Displays a Select list of the available asset groups.  
 
|Displays a Select list of the available asset groups.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlAccess::assetgroups/11.1|assetgroups]]
+
|[[API17:JHtmlAccess::assetgroups|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  
 
|public static  
|[[JHtmlAccess::level/11.1|level]]
+
|[[API17:JHtmlAccess::level|level]]
 
|Displays a list of the available access view levels.  
 
|Displays a list of the available access view levels.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlAccess::usergroup/11.1|usergroup]]
+
|[[API17:JHtmlAccess::usergroup|usergroup]]
 
|Displays a list of the available user groups.  
 
|Displays a list of the available user groups.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlAccess::usergroups/11.1|usergroups]]
+
|[[API17:JHtmlAccess::usergroups|usergroups]]
 
|Returns a UL list of user groups with check boxes.  
 
|Returns a UL list of user groups with check boxes.  
 
|-
 
|-
Line 43: Line 43:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlAccess source code''' on [[jplatform:html/html/access.php|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlAccess source code''' on [[jplatform:html/html/access.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JHtmlAccess|Other versions of JHtmlAccess]]
+
* [[API17:JHtmlAccess|Other versions of JHtmlAccess]]
 
{{SeeAlso:JHtmlAccess}}
 
{{SeeAlso:JHtmlAccess}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 60: Line 60:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHtmlAccess]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:51, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlAccess[edit]

Description[edit]

Template:Description:JHtmlAccess [Edit Descripton]

Methods[edit]

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[edit]

jimport( 'joomla.html.html.access' );

See also[edit]

Template:SeeAlso:JHtmlAccess [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />