API17

Difference between revisions of "JHtmlGrid::id"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JHtmlGrid::id|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JHtmlGrid::id|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JHtmlGrid::id ($rowNum, $recId, $checkedOut=false, $name='cid')
+
public static function id (
 +
        $rowNum
 +
        $recId
 +
        $checkedOut=false
 +
        $name='cid'
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 40: Line 44:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string
string
+
* '''Defined''' on line 100 of libraries/joomla/html/html/grid.php
===Defined in===
 
libraries/joomla/html/html/grid.php (line 100)
 
* see source code in [[jplatform:html/html/grid.php#cl-100|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JHtmlGrid::id source code''' on [[jplatform:html/html/grid.php#cl-92|BitBucket]]
 +
* {{JVer|11.1}} Class [[JHtmlGrid/11.1|JHtmlGrid]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JHtmlGrid::id|Other versions of JHtmlGrid::id]]
 +
{{SeeAlso:JHtmlGrid::id}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlGrid::id|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlGrid::id|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JHtmlGrid/11.1|JHtmlGrid]]
+
===User contributed notes===
* [[JHtmlGrid::id|Other versions of this method]]
 
{{SeeAlso:JHtmlGrid::id}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 61: Line 63:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JHtmlGrid]][[Category:JHtmlGrid::id]]</noinclude>
 
<noinclude>[[Category:JHtmlGrid]][[Category:JHtmlGrid::id]]</noinclude>

Revision as of 21:06, 27 April 2011

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 JHtmlGrid::id[edit]

Description[edit]

Template:Description:JHtmlGrid::id [Edit Descripton]

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[edit]

Template:SeeAlso:JHtmlGrid::id [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />