API17:JPagination::orderDownIcon
From Joomla! Documentation
JPagination::orderDownIcon
Description
Return the icon to move an item DOWN.
public function orderDownIcon (
$i
$n
$condition=true
$task= 'orderdown'
$alt= 'JLIB_HTML_MOVE_DOWN'
$enabled=true
$checkbox='cb'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $i | int | The row index. | |
| $n | int | The number of items in the list. | |
| $condition | boolean | true | True to show the icon. |
| $task | string | 'orderdown' | The task to fire. |
| $alt | string | 'JLIB_HTML_MOVE_DOWN' | The image alternative text string. |
| $enabled | boolean | true | An optional setting for access control on the action. |
| $checkbox | string | 'cb' | An optional prefix for checkboxes. |
- Returns string Either the icon to move an item down or a space.
- Defined on line 437 of libraries/joomla/html/pagination.php
- Since

See also
JPagination::orderDownIcon source code on BitBucket
Class JPagination
Subpackage Html- Other versions of JPagination::orderDownIcon
User contributed notes
Code Examples