JPagination::orderDownIcon
From Joomla! Documentation
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.
JPagination::orderDownIcon[edit]
Description[edit]
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[edit]
JPagination::orderDownIcon source code on BitBucket
Class JPagination
Subpackage Html
- Other versions of JPagination::orderDownIcon
User contributed notes[edit]
Code Examples[edit]