API17:JHtmlJGrid::published
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::published
Description
Returns a published state on a grid.
Description:JHtmlJGrid::published [Edit Descripton]
public static function published ( $value $i $prefix= '' $enabled=true $checkbox= 'cb' $publish_up=null $publish_down=null )
| 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. |
| $publish_up | string | null | An optional start publishing date. |
| $publish_down | string | null | An optional finish publishing date. |
See also
-
JHtmlJGrid::published source code on BitBucket
-
Class JHtmlJGrid
-
Subpackage Html
- Other versions of JHtmlJGrid::published
SeeAlso:JHtmlJGrid::published [Edit See Also]
User contributed notes
<CodeExamplesForm />
