API17

Difference between revisions of "JHtmlList"

From Joomla! Documentation

m (JoomlaWikiBot moved page JHtmlList/11.1 to API17:JHtmlList without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JHtmlList==
 
=={{JVer|11.1}} JHtmlList==
 
===Description===
 
===Description===
{{Description:JHtmlList}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JHtmlList|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlList::accesslevel/11.1|accesslevel]]
+
|[[API17:JHtmlList::accesslevel|accesslevel]]
 
|Use ('access.assetgrouplist', 'access', $selected) instead.  
 
|Use ('access.assetgrouplist', 'access', $selected) instead.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlList::category/11.1|category]]
+
|[[API17:JHtmlList::category|category]]
 
|
 
|
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlList::genericordering/11.1|genericordering]]
+
|[[API17:JHtmlList::genericordering|genericordering]]
 
|Returns an array of options.  
 
|Returns an array of options.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlList::images/11.1|images]]
+
|[[API17:JHtmlList::images|images]]
 
|Build the select list to choose an image.  
 
|Build the select list to choose an image.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlList::ordering/11.1|ordering]]
+
|[[API17:JHtmlList::ordering|ordering]]
 
|Build the select list for Ordering derived from a query.  
 
|Build the select list for Ordering derived from a query.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlList::positions/11.1|positions]]
+
|[[API17:JHtmlList::positions|positions]]
 
|Select list of positions - generally used for location of images.  
 
|Select list of positions - generally used for location of images.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlList::specificordering/11.1|specificordering]]
+
|[[API17:JHtmlList::specificordering|specificordering]]
 
|
 
|
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlList::users/11.1|users]]
+
|[[API17:JHtmlList::users|users]]
 
|Select list of active users.  
 
|Select list of active users.  
 
|-
 
|-
Line 51: Line 49:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlList source code''' on [[jplatform:html/html/list.php|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlList source code''' on [[jplatform:html/html/list.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JHtmlList|Other versions of JHtmlList]]
+
* [[API17:JHtmlList|Other versions of JHtmlList]]
{{SeeAlso:JHtmlList}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlList|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JHtmlList
 
category=JHtmlList
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 68: Line 64:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHtmlList]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:12, 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 JHtmlList[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public static accesslevel Use ('access.assetgrouplist', 'access', $selected) instead.
public static category
public static genericordering Returns an array of options.
public static images Build the select list to choose an image.
public static ordering Build the select list for Ordering derived from a query.
public static positions Select list of positions - generally used for location of images.
public static specificordering
public static users Select list of active users.
  • Defined in libraries/joomla/html/html/list.php

Importing[edit]

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]