InterviewSolution
Saved Bookmarks
| 1. |
Why Is Mytreenode.label Or Mytreenode.attributes.label Undefined? |
|
Answer» Make sure you use the TreeDataProvider METHODS to modify a node. Do not RELY on the node being XML For EXAMPLE, the above should be myTreeNode.getProperty(”LABEL”) instead. Make sure you use the TreeDataProvider methods to modify a node. Do not rely on the node being XML For example, the above should be myTreeNode.getProperty(”label”) instead. |
|