API17

Difference between revisions of "JHtmlGrid::boolean"

From Joomla! Documentation

m (JoomlaWikiBot moved page JHtmlGrid::boolean/11.1 to API17:JHtmlGrid::boolean without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 49: Line 49:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlGrid::boolean source code''' on [[jplatform:html/html/grid.php#cl-26|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlGrid::boolean source code''' on [[jplatform:html/html/grid.php#cl-26|BitBucket]]
* {{JVer|11.1}} Class [[JHtmlGrid/11.1|JHtmlGrid]]
+
* {{JVer|11.1}} Class [[API17:JHtmlGrid|JHtmlGrid]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlGrid::boolean|Other versions of JHtmlGrid::boolean]]
+
* [[API17:JHtmlGrid::boolean|Other versions of JHtmlGrid::boolean]]
 
{{SeeAlso:JHtmlGrid::boolean}}
 
{{SeeAlso:JHtmlGrid::boolean}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 67: Line 67:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JHtmlGrid]][[Category:JHtmlGrid::boolean]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:53, 11 May 2013

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

Description[edit]

Display a boolean setting widget.

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

public static function boolean (
        $i
        $value
        $taskOn=null
        $taskOff=null
)
Parameter Type Default Description
$i integer The row index.
$value integer The value of the boolean field.
$taskOn string null Task to turn the boolean setting on.
$taskOff string null Task to turn the boolean setting off.
  • Returns string The boolean setting widget.
  • Defined on line 34 of libraries/joomla/html/html/grid.php
  • Since Joomla 1.0

See also[edit]

Template:SeeAlso:JHtmlGrid::boolean [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />