API17:JHtmlJGrid::isdefault
From Joomla! Documentation
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.
JHtmlJGrid::isdefault
Description
Returns a isDefault state on a grid.
Description:JHtmlJGrid::isdefault [Edit Descripton]
Since
Synopsis
public static JHtmlJGrid::isdefault ($value, $i, $prefix= '', $enabled=true, $checkbox='cb')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $value | int | The state value. | |
| $i | int | The row index | |
| $prefix | array | An optional task prefix or an array of options | |
| $enabled | boolean | true | An optional setting for access control on the action. |
| $checkbox | string | 'cb' | An optional prefix for checkboxes. |
Returns
The Html code
Defined in
libraries/joomla/html/html/jgrid.php (line 202)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
