API17

JPagination::orderUpIcon

From Joomla! Documentation

Revision as of 21:27, 27 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)

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.

Joomla 11.1 JPagination::orderUpIcon[edit]

Description[edit]

Return the icon to move an item UP.

Template:Description:JPagination::orderUpIcon [Edit Descripton]

public function orderUpIcon (
        $i
        $condition=true
        $task= 'orderup'
        $alt= 'JLIB_HTML_MOVE_UP'
        $enabled=true
        $checkbox='cb'
)
Parameter Type Default Description
$i int The row index.
$condition boolean true True to show the icon.
$task string 'orderup' The task to fire.
$alt string 'JLIB_HTML_MOVE_UP' 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 up or a space.
  • Defined on line 413 of libraries/joomla/html/pagination.php
  • Since Joomla 1.0

See also[edit]

Template:SeeAlso:JPagination::orderUpIcon [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />