JHtmlJGrid::checkedout: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Returns a checked-out icon. | Returns a checked-out icon. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 62: | Line 62: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]] | ||
* [[API17:JHtmlJGrid::checkedout|Other versions of JHtmlJGrid::checkedout]] | * [[API17:JHtmlJGrid::checkedout|Other versions of JHtmlJGrid::checkedout]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JHtmlJGrid::checkedout | category=JHtmlJGrid::checkedout | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:12, 25 March 2017
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. |
See also
JHtmlJGrid::checkedout source code on BitBucket
Class JHtmlJGrid
Subpackage Html- Other versions of JHtmlJGrid::checkedout
User contributed notes
Code Examples