API17

Difference between revisions of "JHtmlList::ordering"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 60: Line 60:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[specificordering/11.1|specificordering]]
+
** [[specificordering|specificordering]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlList::ordering source code''' on [[jplatform:html/html/list.php#cl-135|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlList::ordering source code''' on [[jplatform:html/html/list.php#cl-135|BitBucket]]
* {{JVer|11.1}} Class [[JHtmlList/11.1|JHtmlList]]
+
* {{JVer|11.1}} Class [[API17:JHtmlList|JHtmlList]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlList::ordering|Other versions of JHtmlList::ordering]]
+
* [[API17:JHtmlList::ordering|Other versions of JHtmlList::ordering]]
 
{{SeeAlso:JHtmlList::ordering}}
 
{{SeeAlso:JHtmlList::ordering}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 81: Line 81:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JHtmlList]][[Category:JHtmlList::ordering]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:54, 11 May 2013

The "API17" 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.

Joomla 11.1 JHtmlList::ordering[edit]

Description[edit]

Build the select list for Ordering derived from a query.

Template:Description:JHtmlList::ordering [Edit Descripton]

public static function ordering (
        $name
        $query
        $attribs=null
        $selected=null
        $neworder=null
        $chop=null
)
Parameter Type Default Description
$name int $value The scalar value
$query string
$attribs string null HTML tag attributes
$selected int null $neworder 1 if new and first, -1 if new and last, 0 or null if existing item
$neworder string null $prefix An optional prefix for the task
$chop null
  • Returns string
  • Defined on line 143 of libraries/joomla/html/html/list.php
  • Since Joomla 11.1
  • Referenced by

See also[edit]

Template:SeeAlso:JHtmlList::ordering [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />