API17:JHtmlGrid::published
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JHtmlGrid::published|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlGrid::published|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function published ( |
| + | $value | ||
| + | $i | ||
| + | $img1= 'tick.png' | ||
| + | $img0= 'publish_x.png' | ||
| + | $prefix='' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 45: | Line 50: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string | |
| − | string | + | * '''Defined''' on line 180 of libraries/joomla/html/html/grid.php |
| − | + | ||
| − | libraries/joomla/html/html/grid.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JHtmlGrid::published source code''' on [[jplatform:html/html/grid.php#cl-172|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JHtmlGrid/11.1|JHtmlGrid]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JHtmlGrid::published|Other versions of JHtmlGrid::published]] | ||
| + | {{SeeAlso:JHtmlGrid::published}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlGrid::published|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlGrid::published|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 65: | Line 69: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JHtmlGrid]][[Category:JHtmlGrid::published]]</noinclude> | <noinclude>[[Category:JHtmlGrid]][[Category:JHtmlGrid::published]]</noinclude> | ||
Revision as of 21:06, 27 April 2011
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]
public static function 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 on line 180 of libraries/joomla/html/html/grid.php
See also
-
JHtmlGrid::published source code on BitBucket
-
Class JHtmlGrid
-
Subpackage Html
- Other versions of JHtmlGrid::published
SeeAlso:JHtmlGrid::published [Edit See Also]
User contributed notes
<CodeExamplesForm />
