API17:JHtmlBehavior::tree
From Joomla! Documentation
JHtmlBehavior::tree
Description
Add unobtrusive javascript support for a collapsible tree.
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 |
See also
JHtmlBehavior::tree source code on BitBucket
Class JHtmlBehavior
Subpackage Html- Other versions of JHtmlBehavior::tree
User contributed notes
Code Examples