PHP Class Horde_Core_Tree_Renderer_Javascript, horde
Copyright 2003-2016 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.
Mostrar archivo
Open project: horde/horde
Public Methods
Method Details
__construct()
public method
public __construct ( Horde_Tree $tree, array $params = [] ) |
$tree |
Horde_Tree |
A tree object. |
$params |
array |
Additional parameters.
- jsvar: The JS variable name to store the tree
object in.
DEFAULT: Instance name. |
Provide a simpler renderer to fallback to.
public getTree ( boolean $static = false ) : string |
$static |
boolean |
If true the tree nodes can't be expanded and
collapsed and the tree gets rendered expanded. |
return |
string |
The HTML code of the rendered tree. |
isSupported()
public method
We check for DOM support in the browser.
renderNodeDefinitions()
public method
Returns just the JS node definitions as a string.