API17

JHtmlGrid::published

From Joomla! Documentation

Revision as of 20:41, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlGrid::published[edit]

Description[edit]

Template:Description:JHtmlGrid::published [Edit Descripton]

Synopsis[edit]

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[edit]

string

Defined in[edit]

libraries/joomla/html/html/grid.php (line 180)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHtmlGrid::published

Examples[edit]

<CodeExamplesForm />