API17

JHtmlJGrid::orderDown

From Joomla! Documentation

Revision as of 21:07, 27 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description[edit]

Creates a order-down action icon.

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

public static function orderDown (
        $i
        $task='orderdown'
        $prefix=''
        $text= 'JLIB_HTML_MOVE_DOWN'
        $enabled=true
        $checkbox='cb'
)
Parameter Type Default Description
$i integer The row index.
$task string 'orderdown' An optional task to fire.
$prefix array An optional task prefix or an array of options
$text string 'JLIB_HTML_MOVE_DOWN' 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 string The required HTML.
  • Defined on line 321 of libraries/joomla/html/html/jgrid.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JHtmlJGrid::orderDown [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />