I would like to add new properties to DynatreeNode class. For example in methods OnSelect I want to use node.myproperty. node.myproperty value is calculated from some DOM element. Is there a way to do this? I tried using jQuery extend, but it does'nt seem to be possible.
|
feedback
|
|
this is JavaScript, so you can create a new attribute virtually everywhere, simply by assigning it ;-) For Dynatree, the recommended place would be the
then access it:
| |||||||||||
feedback
|