API17

Difference between revisions of "JHtmlAccess"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎User contributed notes: bad link repair)
(2 intermediate revisions by one other 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>
{{Description:JHtmlAccess}}
 
===Defined in===
 
libraries/joomla/html/html/access.php
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
===Extends===
 
===Extended by===
 
 
===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 this class]]
+
* {{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>
===Examples===
+
===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

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 />