API17:JHtmlGrid::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.
JHtmlGrid::published
Description
Description:JHtmlGrid::published [Edit Descripton]
Synopsis
public static JHtmlGrid::published ($value, $i, $img1= 'tick.png', $img0= 'publish_x.png', $prefix='')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $value | mixed | Either the scalar value, or an object (for backward compatibility, deprecated) | |
| $i | int | ||
| $img1 | string | 'tick.png' | Image for a positive or on value |
| $img0 | string | 'publish_x.png' | Image for the empty or off value |
| $prefix | string | An optional prefix for the task |
Returns
string
Defined in
libraries/joomla/html/html/grid.php
Referenced by
See also
Examples
<CodeExamplesForm />
