API17

Difference between revisions of "JHtmlJGrid::orderDown"

From Joomla! Documentation

m (JoomlaWikiBot moved page JHtmlJGrid::orderDown/11.1 to API17:JHtmlJGrid::orderDown without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Creates a order-down action icon.  
 
Creates a order-down action icon.  
  
{{Description:JHtmlJGrid::orderDown}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JHtmlJGrid::orderDown|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public static function orderDown (
 
public static function orderDown (
Line 61: Line 59:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlJGrid::orderDown source code''' on [[jplatform:html/html/jgrid.php#cl-313|BitBucket]]
 
* {{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}} Class [[API17:JHtmlJGrid|JHtmlJGrid]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlJGrid::orderDown|Other versions of JHtmlJGrid::orderDown]]
+
* [[API17:JHtmlJGrid::orderDown|Other versions of JHtmlJGrid::orderDown]]
{{SeeAlso:JHtmlJGrid::orderDown}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlJGrid::orderDown|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JHtmlJGrid::orderDown
 
category=JHtmlJGrid::orderDown
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 79: Line 75:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JHtmlJGrid]][[Category:JHtmlJGrid::orderDown]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:12, 24 March 2017

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.


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]


User contributed notes[edit]

Code Examples[edit]