API17

JHtmlGrid::sort

From Joomla! Documentation

Revision as of 18:42, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 JHtmlGrid::sort[edit]

Description[edit]

Template:Description:JHtmlGrid::sort [Edit Descripton]

Synopsis[edit]

public static JHtmlGrid::sort ($title, $order, $direction= 'asc', $selected=0, $task=NULL, $new_direction='asc')
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
$new_direction string 'asc' An optional direction for the new column

Returns[edit]

string

Defined in[edit]

libraries/joomla/html/html/grid.php

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHtmlGrid::sort

Examples[edit]

<CodeExamplesForm />