Procedural File: class.atktreenode.inc
Source Location: /class.atktreenode.inc
Page Details
This file is part of the Achievo ATK distribution.
Detailed copyright and licensing information can be found in the doc/COPYRIGHT and doc/LICENSE files which should be included in the distribution.
| Version: | $Revision: 6687 $ $Id: class.atktreenode.inc 6687 2010-02-03 12:50:47Z mvdbos $ |
| Copyright: | (c)2000-2004 Ibuildings.nl BV |
| License: | ATK Open Source License |
Classes
|
atkTreeNode
|
Extension on the atkNode class. Here you will find all functions for the tree view. If you want to use the treeview, you must define the atkTreeNode instead of atkNode.
|
Includes
include_once
(atkconfig("atkroot")."atk/atktreetools.inc")
[line 21]
API Tags:
Constants
NF_TREE_AUTO_EXPAND [line 26]
NF_TREE_AUTO_EXPAND = NF_SPECIFIC_4
|
|
NF_TREE_NO_ROOT_ADD [line 25]
NF_TREE_NO_ROOT_ADD = NF_SPECIFIC_3
|
|
NF_TREE_NO_ROOT_COPY [line 24]
NF_TREE_NO_ROOT_COPY = NF_SPECIFIC_2
|
|
NF_TREE_NO_ROOT_DELETE [line 23]
NF_TREE_NO_ROOT_DELETE = NF_SPECIFIC_1
|
|