API17:JHtmlJGrid::isdefault
From Joomla! Documentation
JHtmlJGrid::isdefault
Description
Returns a isDefault state on a grid.
public static function 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. |
See also
JHtmlJGrid::isdefault source code on BitBucket
Class JHtmlJGrid
Subpackage Html- Other versions of JHtmlJGrid::isdefault
User contributed notes
Code Examples