API17:JHtmlJGrid::checkedout
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlJGrid::checkedout
Description
Returns a checked-out icon.
Description:JHtmlJGrid::checkedout [Edit Descripton]
Since
Synopsis
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
string The required HTML.
Defined in
libraries/joomla/html/html/jgrid.php
Referenced by
See also
SeeAlso:JHtmlJGrid::checkedout
Examples
<CodeExamplesForm />
