API16

JHtmlList: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JHtmlList}} ===Defined in=== l...
 
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JHtmlList|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JHtmlList}}
===Defined in===
===Defined in===
libraries/joomla/html/html/list.php
libraries/joomla/html/html/list.php
Line 40: Line 35:
<source lang="php">jimport( 'joomla.html.html.list' );</source>
<source lang="php">jimport( 'joomla.html.html.list' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlList|Edit See Also]]<nowiki>]</nowiki>
 
</span>
{{SeeAlso:JHtmlList}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JHtmlList
  category=JHtmlList
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:46, 25 March 2017

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' );



Examples

Code Examples