JHTMLGrid::sort/1.5
From Joomla! Documentation
JHTMLGrid::sort
Description
Description:JHTMLGrid::sort [Edit Descripton]
public function sort ( $title $order $direction= 'asc' $selected=0 $task=NULL )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $title | string | The link title | |
| $order | string | The order field for the column | |
| $direction | string | 'asc' | The current direction |
| $selected | string | 0 | The selected ordering |
| $task | string | NULL | An optional task override |
- Returns
- Defined on line 33 of libraries/joomla/html/html/grid.php
See also
-
JHTMLGrid::sort on api.joomla.org
-
JHTMLGrid source code on JoomlaCode
-
Class JHTMLGrid
-
Subpackage Html
- Other versions of JHTMLGrid::sort
SeeAlso:JHTMLGrid::sort [Edit See Also]
User contributed notes
<CodeExamplesForm />