API17:JHtmlJGrid::state
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::state
Description
Returns a state on a grid.
Description:JHtmlJGrid::state [Edit Descripton]
public static function state ( $states $value $i $prefix= '' $enabled=true $translate=true $checkbox='cb' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $states | array | array of value/state. Each state is an array of the form (task, text, title,html active class, html inactive class) or ('task'=>task, 'text'=>text, 'active_title'=>active title, 'inactive_title'=>inactive title, 'tip'=>boolean, 'active_class'=>html active class, 'inactive_class'=>html inactive class) | |
| $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. |
| $translate | boolean | true | An optional setting for translation. |
| $checkbox | string | 'cb' | An optional prefix for checkboxes. |
See also
-
JHtmlJGrid::state source code on BitBucket
-
Class JHtmlJGrid
-
Subpackage Html
- Other versions of JHtmlJGrid::state
SeeAlso:JHtmlJGrid::state [Edit See Also]
User contributed notes
<CodeExamplesForm />
