API17

JHtmlGrid::id: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:




{{Description:JHtmlGrid::id}}
{{subst:Description:JHtmlGrid::id}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JHtmlGrid::id|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public static function id (
public static function id (
Line 51: Line 49:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[API17:JHtmlGrid::id|Other versions of JHtmlGrid::id]]
* [[API17:JHtmlGrid::id|Other versions of JHtmlGrid::id]]
{{SeeAlso:JHtmlGrid::id}}
{{subst:SeeAlso:JHtmlGrid::id}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlGrid::id|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:36, 24 March 2017

Joomla 11.1 JHtmlGrid::id

Description

{{subst:Description:JHtmlGrid::id}}

public static function id (
        $rowNum
        $recId
        $checkedOut=false
        $name='cid'
)
Parameter Type Default Description
$rowNum int The row index
$recId int The record id
$checkedOut boolean false
$name string 'cid' The name of the form element
  • Returns string
  • Defined on line 100 of libraries/joomla/html/html/grid.php

See also

{{subst:SeeAlso:JHtmlGrid::id}}

User contributed notes

<CodeExamplesForm />