JHtmlList: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JHtmlList}}
===Defined in===
l... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JHtmlList}} | |||
{{Description:JHtmlList}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 40: | Line 37: | ||
<source lang="php">jimport( 'joomla.html.html.list' );</source> | <source lang="php">jimport( 'joomla.html.html.list' );</source> | ||
{{subst:SeeAlso:JHtmlList}} | |||
{{SeeAlso:JHtmlList}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:06, 24 March 2017
{{subst:Description:JHtmlList}}
Defined in
libraries/joomla/html/html/list.php
Methods
| 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
jimport( 'joomla.html.html.list' );
{{subst:SeeAlso:JHtmlList}}
Examples
<CodeExamplesForm />