[Horde_Tree] element index

Package indexes

All elements
a f g h i j r s t _
_
top
Variable $_alt_count
Current value of the alt tag count.
Variable $_dropline
TODO
Variable $_extra_cols_left
Keep count of how many extra columns there are on the left side of the node.
Variable $_extra_cols_right
Keep count of how many extra columns there are on the right side of the node.
Variable $_header
Hash with header information.
Variable $_img_blank
Default tree graphic for a blank.
Variable $_img_dir
Image directory location.
Variable $_img_folder
Default tree graphic for a folder.
Variable $_img_folder_open
Default tree graphic for an open folder.
Variable $_img_join
Default tree graphic for a join.
Variable $_img_join_bottom
Default tree graphic for a bottom join.
Variable $_img_leaf
Default tree graphic for a leaf.
Variable $_img_line
Default tree graphic for a line.
Variable $_img_minus
Default tree graphic for a minus.
Variable $_img_minus_bottom
Default tree graphic for a bottom minus.
Variable $_img_minus_only
Default tree graphic for a minus only.
Variable $_img_null_only
Default tree graphic for a null only.
Variable $_img_plus
Default tree graphic for a plus.
Variable $_img_plus_bottom
Default tree graphic for a bottom plus.
Variable $_img_plus_only
Default tree graphic for a plus only.
Variable $_instance
The name of this instance.
Variable $_nodes
TODO
Variable $_nodes
An array containing all the tree nodes.
Variable $_nodes
TODO
Variable $_node_pos
TODO
Variable $_options
Option values.
Variable $_options_name
The name of the target element to output the javascript tree.
Variable $_root_nodes
The top-level nodes in the tree.
Variable $_sortCriteria
Stores the sorting criteria temporarily.
Variable $_source_name
The name of the source for the tree data.
Variable $_static
Should the tree be rendered statically?
Variable $_target_name
The name of the target element to output the javascript tree.
Variable $_usesession
Use session to store cached Tree data?
Method _buildIndents
Set the indent level for each node in the tree.
a
top
Method addNode
Adds a node to the node tree array.
Method addNodeExtra
Adds extra columns to be displayed to the side of the node.
Method addNodeParams
Adds additional parameters to a node.
Method addNodeParams
Adds additional parameters to a node.
f
top
Method factory
Attempts to return a concrete Horde_Tree instance.
Method fallback
Try to fall back to a simpler renderer.
g
top
Method getOption
Gets an option's value.
Method getTree
Returns the tree.
Method getTree
Returns the tree.
Method getTree
Returns the tree.
h
top
Class Horde_Tree
Horde_Tree in Tree.php
The Horde_Tree:: class provides a tree view of hierarchical information. It allows for expanding/collapsing of branches and maintains their state. It can work together with the Horde_Tree javascript class to achieve this in DHTML on supported browsers.
Method Horde_Tree
Constructor.
Constant HORDE_TREE_EXTRA_LEFT
Display extra columns to the left of the main tree.
Constant HORDE_TREE_EXTRA_RIGHT
Display extra columns to the right of the main tree.
Method Horde_Tree_html
Constructor
Class Horde_Tree_html
Horde_Tree_html in html.php
The Horde_Tree_html:: class extends the Horde_Tree class to provide HTML specific rendering functions.
Class Horde_Tree_javascript
Horde_Tree_javascript in javascript.php
The Horde_Tree_javascript:: class extends the Horde_Tree class to provide javascript specific rendering functions.
Method Horde_Tree_javascript
Constructor
Class Horde_Tree_select
Horde_Tree_select in select.php
The Horde_Tree_select:: class extends the Horde_Tree class to provide <option> tag rendering.
Method Horde_Tree_select
Constructor.
Constant HORDE_TREE_TOGGLE
HORDE_TREE_TOGGLE in Tree.php
The preceding text, before the Horde_Tree instance name, used for collapse/expand submissions.
Page html.php
html.php in html.php
i
top
Method isExpanded
Returns whether the specified node is currently expanded.
Method isSupported
Checks the current environment to see if we can render the HTML tree.
Method isSupported
Check the current environment to see if we can render the HTML tree. We check for DOM support in the browser.
Method isSupported
Check the current environment to see if we can render the HTML tree. HTML is always renderable, at least until we add a php-gtk tree backend, in which case this implementation will actually need a body.
j
top
Page javascript.php
javascript.php in javascript.php
r
top
Method renderNodeDefinitions
Returns just the JS node definitions as a string. This is a no-op for the select renderer.
Method renderNodeDefinitions
Returns just the JS node definitions as a string. This is a no-op for the HTML renderer.
Method renderNodeDefinitions
Returns just the JS node definitions as a string.
Method renderTree
Renders the tree.
s
top
Method setHeader
Adds column headers to the tree table.
Method setOption
Sets an option.
Method singleton
Attempts to return a reference to a concrete Horde_Tree instance based on $name and $renderer. It will only create a new instance if no Horde_Tree instance with the same parameters currently exists.
Method sort
Horde_Tree::sort() in Tree.php
Sorts the tree by the specified node property.
Page select.php
select.php in select.php
t
top
Page Tree.php
Tree.php in Tree.php
a f g h i j r s t _