JHtmlList
From Joomla! Documentation
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.
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]
JHtmlList source code on BitBucket
Subpackage Html
- Other versions of JHtmlList
User contributed notes[edit]
Code Examples[edit]