Class flWidgetTreeNode
flWidgetTreeNode Class
Class to define a node in the tree view.
Direct known subclasses
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
|
|
public
|
|
public
|
|
public
string
|
|
protected
string
|
|
public
string
|
Constants summary
string |
NODE
Tree view node types. |
#
'node'
|
string |
CONTAINER
|
#
'container'
|
string |
CONTAINEROPEN
|
#
'containeropen'
|
string |
DOC
|
#
'doc'
|
string |
LINK
|
#
'link'
|
string |
VIDEO
|
#
'video'
|
string |
IMAGE
|
#
'image'
|
string |
SOUND
|
#
'sound'
|
string |
PREF
|
#
'pref'
|
string |
CODE
|
#
'code'
|
string |
PHP
|
#
'php'
|
string |
JS
|
#
'js'
|
string |
CSS
|
#
'css'
|
string |
XML
|
#
'xml'
|
string |
PLUGIN
|
#
'plugin'
|
string |
SNIPPET
|
#
'snippet'
|
string |
TEMPLATE
|
#
'template'
|
string |
CHUNK
|
#
'chunk'
|
string |
RESOURCE
|
#
'resource'
|
string |
FIELD
|
#
'field'
|
string |
TASK
|
#
'task'
|
Properties summary
protected
string
|
$name
The display name for the node. |
|
protected
string
|
$type
The node type. |
|
protected
boolean
|
$active
Flag if the node is the active node. |
#
false
|
protected
string
|
$id
Optional ID for the node, required for drag n drop. |
|
protected
boolean
|
$canDrag
Flags if the node can be dragged. |
#
true
|