API17:JHtmlList
From Joomla! Documentation
JHtmlList
Description
Methods
| 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
jimport( 'joomla.html.html.list' );
See also
JHtmlList source code on BitBucket
Subpackage Html- Other versions of JHtmlList
User contributed notes
Code Examples