API17

JHtmlJGrid::checkedout: Difference between revisions

From Joomla! Documentation

m →See also: moving preparation
m clean up
Line 4: Line 4:
Returns a checked-out icon.  
Returns a checked-out icon.  


{{Description:JHtmlJGrid::checkedout}}
{{subst:Description:JHtmlJGrid::checkedout}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JHtmlJGrid::checkedout|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public static function checkedout (
public static function checkedout (
Line 64: 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]]
{{SeeAlso:JHtmlJGrid::checkedout}}
{{subst:SeeAlso:JHtmlJGrid::checkedout}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlJGrid::checkedout|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:37, 24 March 2017

Joomla 11.1 JHtmlJGrid::checkedout

Description

Returns a checked-out icon.

{{subst:Description:JHtmlJGrid::checkedout}}

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

{{subst:SeeAlso:JHtmlJGrid::checkedout}}

User contributed notes

<CodeExamplesForm />