API17

JHtmlJGrid::checkedout

From Joomla! Documentation

Revision as of 20:42, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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 JHtmlJGrid::checkedout[edit]

Description[edit]

Returns a checked-out icon.

Template:Description:JHtmlJGrid::checkedout [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JHtmlJGrid::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[edit]

string The required HTML.

Defined in[edit]

libraries/joomla/html/html/jgrid.php (line 264)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHtmlJGrid::checkedout

Examples[edit]

<CodeExamplesForm />