API17

API17:JHtmlJGrid::isdefault

From Joomla! Documentation

Joomla 11.1 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.
  • Returns The Html code
  • Defined on line 202 of libraries/joomla/html/html/jgrid.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples