API17

Difference between revisions of "JHtmlJGrid::orderDown"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 55: Line 55:
 
string The required HTML.
 
string The required HTML.
 
===Defined in===
 
===Defined in===
libraries/joomla/html/html/jgrid.php
+
libraries/joomla/html/html/jgrid.php (line 321)
 +
* see source code in [[jplatform:html/html/jgrid.php#cl-321|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:42, 23 April 2011

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]

Since[edit]

Joomla 11.1

Synopsis[edit]

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

string The required HTML.

Defined in[edit]

libraries/joomla/html/html/jgrid.php (line 321)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHtmlJGrid::orderDown

Examples[edit]

<CodeExamplesForm />