API17

Difference between revisions of "JHtmlRules"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlRules::assetFormWidget/11.1|assetFormWidget]]
+
|[[API17:JHtmlRules::assetFormWidget|assetFormWidget]]
 
|Displays a list of the available access sections.  
 
|Displays a list of the available access sections.  
 
|-
 
|-
 
|protected static  
 
|protected static  
|[[JHtmlRules::_getImagesArray/11.1|_getImagesArray]]
+
|[[API17:JHtmlRules::_getImagesArray|_getImagesArray]]
 
|
 
|
 
|-
 
|-
 
|protected static  
 
|protected static  
|[[JHtmlRules::_getParentAssetId/11.1|_getParentAssetId]]
+
|[[API17:JHtmlRules::_getParentAssetId|_getParentAssetId]]
 
|
 
|
 
|-
 
|-
 
|protected static  
 
|protected static  
|[[JHtmlRules::_getUserGroups/11.1|_getUserGroups]]
+
|[[API17:JHtmlRules::_getUserGroups|_getUserGroups]]
 
|
 
|
 
|-
 
|-
Line 35: Line 35:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlRules source code''' on [[jplatform:html/html/rules.php|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlRules source code''' on [[jplatform:html/html/rules.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JHtmlRules|Other versions of JHtmlRules]]
+
* [[API17:JHtmlRules|Other versions of JHtmlRules]]
 
{{SeeAlso:JHtmlRules}}
 
{{SeeAlso:JHtmlRules}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 52: Line 52:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHtmlRules]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:55, 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 JHtmlRules[edit]

Description[edit]

Template:Description:JHtmlRules [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static assetFormWidget Displays a list of the available access sections.
protected static _getImagesArray
protected static _getParentAssetId
protected static _getUserGroups
  • Defined in libraries/joomla/html/html/rules.php

Importing[edit]

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

See also[edit]

Template:SeeAlso:JHtmlRules [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />