API17

Difference between revisions of "JHtmlBehavior::tree"

From Joomla! Documentation

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

Revision as of 20:52, 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 JHtmlBehavior::tree[edit]

Description[edit]

Add unobtrusive javascript support for a collapsible tree.

Template:Description:JHtmlBehavior::tree [Edit Descripton]

public static function tree (
        $id
        $params=array
        $root=array
)
Parameter Type Default Description
$id $id string
$params $params array() array An array of options.
$root $root array() array
  • Returns void
  • Defined on line 518 of libraries/joomla/html/html/behavior.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JHtmlBehavior::tree [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />