API17

JHtmlJGrid::orderUp

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 JHtmlJGrid::orderUp[edit]

Description[edit]

Creates a order-up action icon.

Template:Description:JHtmlJGrid::orderUp [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JHtmlJGrid::orderUp ($i, $task='orderup', $prefix='', $text= 'JLIB_HTML_MOVE_UP', $enabled=true, $checkbox='cb')
Parameter Type Default Description
$i integer The row index.
$task string 'orderup' An optional task to fire.
$prefix array An optional task prefix or an array of options
$text string 'JLIB_HTML_MOVE_UP' An optional text to display
$enabled boolean true An optional setting for access control on the action.
$checkbox string 'cb' An optional prefix for checkboxes.

Returns[edit]

string The required HTML.

Defined in[edit]

libraries/joomla/html/html/jgrid.php

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHtmlJGrid::orderUp

Examples[edit]

<CodeExamplesForm />