API17

API17:JHtmlJGrid::checkedout

From Joomla! Documentation

Joomla 11.1 JHtmlJGrid::checkedout

Description

Returns a checked-out icon.


public static function checkedout (
        $i
        $editorName
        $time
        $prefix=''
        $enabled=false
        $checkbox='cb'
)
Parameter Type Default Description
$i integer The row index.
$editorName string The name of the editor.
$time string The time that the object was checked out.
$prefix array An optional task prefix or an array of options
$enabled string false $text The text to display
$checkbox boolean 'cb' $enabled True to enable the action.
  • Returns string The required HTML.
  • Defined on line 264 of libraries/joomla/html/html/jgrid.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples