JPagination::orderDownIcon
Return the icon to move an item DOWN.
Signature
public function orderDownIcon(integer
$i,
[integer
$n = true,
[boolean
$condition = true,
[string
$task = 'orderdown',
[string
$alt = 'JLIB_HTML_MOVE_DOWN',
[boolean
$enabled = true,
[string
$checkbox = 'cb']]]]]] )
Parameters
-
$i
- The row index.
-
$n
- The number of items in the list.
-
$condition
- True to show the icon.
-
$task
- The task to fire.
-
$alt
- The image alternative text string.
-
$enabled
- An optional setting for access control on the action.
-
$checkbox
- An optional prefix for checkboxes.
Returns
- string
- Either the icon to move an item down or a space.