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 (→‎User contributed notes: moving preparation)
Line 68: Line 68:
 
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>

Revision as of 16:34, 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 JHtmlList[edit]

Description[edit]

Template:Description:JHtmlList [Edit Descripton]

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]

Template:SeeAlso:JHtmlList [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />