Overview

Packages

  • Tree

Classes

  • Horde_Tree
  • Horde_Tree_Base
  • Horde_Tree_Exception
  • Horde_Tree_Html
  • Horde_Tree_Jquerymobile
  • Horde_Tree_Select
  • Horde_Tree_Simplehtml
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Tree

The Horde_Tree:: class provides a tree view of hierarchical information. It allows for expanding/collapsing of branches.

Copyright 2003-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Package: Tree
Category: Horde
License: LGPL 2.1
Author: Marko Djukic marko@oblo.com
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Tree.php
Methods summary
public static Horde_Tree
# factory( string $name, string $renderer, array $params = array() )

Attempts to return a concrete instance.

Attempts to return a concrete instance.

Parameters

$name
The name of this tree instance.
$renderer
<p>Either the tree renderer driver or a full class name to use.</p>
$params
<p>Any additional parameters the constructor needs.</p>

Returns

Horde_Tree
The newly created concrete instance.

Throws

Horde_Tree_Exception
Constants summary
integer EXTRA_LEFT
# 0
integer EXTRA_RIGHT
# 1
string TOGGLE

The preceding text, before the Horde_Tree instance name, used for collapse/expand submissions.

The preceding text, before the Horde_Tree instance name, used for collapse/expand submissions.

# 'ht_toggle_'
API documentation generated by ApiGen