API17:JHtmlJGrid::orderDown
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JHtmlJGrid::orderDown|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlJGrid::orderDown|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function orderDown ( |
| + | $i | ||
| + | $task='orderdown' | ||
| + | $prefix='' | ||
| + | $text= 'JLIB_HTML_MOVE_DOWN' | ||
| + | $enabled=true | ||
| + | $checkbox='cb' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 52: | Line 56: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string The required HTML. | |
| − | string The required HTML. | + | * '''Defined''' on line 321 of libraries/joomla/html/html/jgrid.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/html/html/jgrid.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JHtmlJGrid::orderDown source code''' on [[jplatform:html/html/jgrid.php#cl-313|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JHtmlJGrid/11.1|JHtmlJGrid]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JHtmlJGrid::orderDown|Other versions of JHtmlJGrid::orderDown]] | ||
| + | {{SeeAlso:JHtmlJGrid::orderDown}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlJGrid::orderDown|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlJGrid::orderDown|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 72: | Line 76: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JHtmlJGrid]][[Category:JHtmlJGrid::orderDown]]</noinclude> | <noinclude>[[Category:JHtmlJGrid]][[Category:JHtmlJGrid::orderDown]]</noinclude> | ||
Revision as of 21:07, 27 April 2011
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 />
