API17:JHtmlGrid::id
From Joomla! Documentation
(Difference between revisions)
(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> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function id ( |
| + | $rowNum | ||
| + | $recId | ||
| + | $checkedOut=false | ||
| + | $name='cid' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 44: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string | |
| − | string | + | * '''Defined''' on line 100 of libraries/joomla/html/html/grid.php |
| − | + | ||
| − | libraries/joomla/html/html/grid.php | + | |
| − | + | ||
| − | + | ||
===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> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<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
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.
JHtmlGrid::id
Description
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
-
JHtmlGrid::id source code on BitBucket
-
Class JHtmlGrid
-
Subpackage Html
- Other versions of JHtmlGrid::id
SeeAlso:JHtmlGrid::id [Edit See Also]
User contributed notes
<CodeExamplesForm />
