JPagination::orderUpIcon
Return the icon to move an item UP.
Signature
public function orderUpIcon(integer
$i,
[boolean
$condition = true,
[string
$task = 'orderup',
[string
$alt = 'JLIB_HTML_MOVE_UP',
[boolean
$enabled = true,
[string
$checkbox = 'cb']]]]] )
Parameters
-
$i
- The row index.
-
$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 up or a space.