API17:JHtmlJGrid::orderDown
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlJGrid::orderDown
Description
Creates a order-down action icon.
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. |
See also
-
JHtmlJGrid::orderDown source code on BitBucket
-
Class JHtmlJGrid
-
Subpackage Html
- Other versions of JHtmlJGrid::orderDown
SeeAlso:JHtmlJGrid::orderDown [Edit See Also]
User contributed notes
<CodeExamplesForm />
