JHTMLList/1.5
From Joomla! Documentation
JHTMLList
Description
Description:JHTMLList [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | accesslevel | Build the select list for access level. |
| public | category | Select list of active categories for components. |
| public | genericordering | Description. |
| public | images | Build the select list to choose an image. |
| public | positions | Select list of positions - generally used for location of images. |
| public | section | Select list of active sections. |
| public | specificordering | Build the select list for Ordering of a specified Table. |
| public | users | Select list of active users. |
- Defined in libraries/joomla/html/html/list.php
Importing
jimport( 'joomla.html.html.list' );
See also
-
JHTMLList on api.joomla.org
-
JHTMLList source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTMLList
SeeAlso:JHTMLList [Edit See Also]
User contributed notes
<CodeExamplesForm />