API15:JHTMLList
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JHTMLList}}
===Defined in===
l...) |
|||
| Line 36: | Line 36: | ||
|Select list of active sections | |Select list of active sections | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.list' );</source> | <source lang="php">jimport( 'joomla.html.html.list' );</source> | ||
Latest revision as of 12:36, 25 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JHTMLList
Contents |
[edit] Defined in
libraries/joomla/html/html/list.php
[edit] Methods
| Method name | Description |
|---|---|
| accesslevel | Build the select list for access level |
| images | Build the select list to choose an image |
| genericordering | Description |
| specificordering | Build the select list for Ordering of a specified Table |
| users | Select list of active users |
| positions | Select list of positions - generally used for location of images |
| category | Select list of active categories for components |
| section | Select list of active sections |
[edit] Importing
jimport( 'joomla.html.html.list' );
[Edit See Also] SeeAlso:JHTMLList
[edit] Examples
<CodeExamplesForm />
