JPagination::orderDownIcon/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JPagination::orderDownIcon

Description

Return the icon to move an item DOWN.

Description:JPagination::orderDownIcon [Edit Descripton]

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 445 of libraries/joomla/html/pagination.php
  • Since Joomla 1.0

See also

SeeAlso:JPagination::orderDownIcon [Edit See Also]

User contributed notes


Personal tools