API17

Difference between revisions of "JHtmlAccess"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JHtmlAccess==
 
=={{JVer|11.1}} JHtmlAccess==
 
===Description===
 
===Description===
{{Description:JHtmlAccess}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JHtmlAccess|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|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 41:
 
===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}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlAccess|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JHtmlAccess
 
category=JHtmlAccess
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 60: Line 56:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHtmlAccess]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:10, 24 March 2017

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]

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]


User contributed notes[edit]

Code Examples[edit]