Class flWidgetTreeView
flWidgetTreeView Class
Class to build and manage tree views.
Package: fusionLib
Copyright: Copyright (c) 2012 - 2016 fusionLib. All rights reserved.
Located at system/libs/Widget/flWidgetTreeView.php
Copyright: Copyright (c) 2012 - 2016 fusionLib. All rights reserved.
Located at system/libs/Widget/flWidgetTreeView.php
Methods summary
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
string
|
Properties summary
protected static
integer
|
$treeCounter
Count of unnamed trees. |
#
1
|
protected
string
|
$css
The CSS class to apply. |
#
''
|
protected
array
|
$nodes
Array of nodes. |
#
array()
|
protected
string
|
$treeName
The name of the tree. |
#
null
|
protected
|
$codeBuffer
The code buffer object if any. |
#
null
|
protected
array
|
$pathStack
Node path tracking during rendering. |
#
array()
|
protected
array
|
$containerHashes
Tracking of container hashes to avoid clashes. |
#
array()
|
protected
string
|
$ajaxMoveHandler
The AJAX move handler. |
#
null
|
protected
boolean
|
$disableInto
Disable move into. |
#
false
|