JHtmlList
From Joomla! Documentation
The "API16" 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.
Defined in[edit]
libraries/joomla/html/html/list.php
Methods[edit]
Method name | Description |
---|---|
accesslevel | Use JHtml::_('access.assetgrouplist', 'access', $selected) instead Deprecated |
images | Build the select list to choose an image |
genericordering | Returns an array of options |
specificordering | Deprecated1.6 Use JHtml::_('list.ordering') instead |
ordering | Build the select list for Ordering derived from a query |
users | Select list of active users |
positions | Select list of positions - generally used for location of images |
category | Deprecated |
Importing[edit]
jimport( 'joomla.html.html.list' );
Examples[edit]
Code Examples[edit]