API17

JHtmlGrid::id: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:




{{Description:JHtmlGrid::id}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JHtmlGrid::id|Edit Descripton]]<nowiki>]</nowiki>
</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 42:
|-
|-
|}
|}
===Returns===
* '''Returns''' string
string
* '''Defined''' on line 100 of libraries/joomla/html/html/grid.php
===Defined in===
libraries/joomla/html/html/grid.php
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JHtmlGrid::id source code''' on [[jplatform:html/html/grid.php#cl-92|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JHtmlGrid::id|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JHtmlGrid|JHtmlGrid]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlGrid/11.1|JHtmlGrid]]
* [[API17:JHtmlGrid::id|Other versions of JHtmlGrid::id]]
* [[JHtmlGrid::id|Other versions of this method]]
 
{{SeeAlso:JHtmlGrid::id}}
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JHtmlGrid::id
category=JHtmlGrid::id
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JHtmlGrid]][[Category:JHtmlGrid::id]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:12, 25 March 2017

Joomla 11.1 JHtmlGrid::id

Description

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


User contributed notes

Code Examples