TIWCGJQDynaTreeNode Class
Represents type TIWCGJQDynaTreeNode
.
IWCGJQDynaTree.TIWCGJQDynaTreeNode
The TIWCGJQDynaTreeNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create(TCollection) | Initializes a new instance of the TIWCGJQDynaTreeNode class. |
![]() | Destroy | Represents the destructor of the TIWCGJQDynaTreeNode class. |
Name | Description | |||
---|---|---|---|---|
![]() | Activate | Initial active status. | ||
![]() | AddClass | Class name added to the node's span tag. | ||
![]() | Children | The child nodes | ||
![]() | CustomAttr | Custom attributes of node. Useful to store the user data. | ||
![]() | DynaTree | Represents property | ||
![]() | Expand | Initial expanded status. | ||
![]() | Focus | Initial focused status. | ||
![]() | HideCheckbox | Suppress checkbox display for this node. | ||
![]() | HRef | Added to the generated <a> tag | ||
![]() | Icon | Use a custom image (url is relative to tree.options.imagePath) | ||
![]() | IsFolder | Use a folder icon. Also the node is expandable but not selectable. | ||
![]() | IsLazy | Call onLazyRead(), when the node is expanded for the first time to allow for delayed creation of children.
| ||
![]() | NoIcon | Disable the icon for this node | ||
![]() | NoLink | Use <span> instead of <a> tag for this node | ||
![]() | Select | Initial selected status. | ||
![]() | Title | Displayed name of the node (html is allowed here) | ||
![]() | ToolTip | Show this popup text. | ||
![]() | UniqueName | The unique name of node. | ||
![]() | Unselectable | Prevent selection. |
Name | Description | |||||
---|---|---|---|---|---|---|
![]() | Assign(TPersistent) | Represents method | ||||
![]() | DataAttr | Represents method | ||||
![]() | ExecNodeCommand(TIWCGJQDynaTreeNodeCommands,string) | Method to execute the command.
| ||||
![]() | GetDisplayName | Represents method | ||||
![]() | jsNodeCommand(TIWCGJQDynaTreeNodeCommands,string) | Method return javascript code for command. |