API17

API17:JHtmlGrid::id

From Joomla! Documentation

Revision as of 03:12, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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