Hey all,
I was testing my application against 1.4.0b2 to start the upgrade process and I've run into a bit of a snag. I am appending a <span> to the labelNode that only displays on mouse over of that treeNode.
In 1.3.2 I was overriding the setLabelNode method of my overriden dijit._TreeNode class, however it appears that that method is gone. In its place the way of setting your own labels (from what I can see) is to override getLabel on the Tree, however the results of that method are a String and are simply used to set the innerText on the labelNode.
So, I'm wondering what you think is the best way to set the labelNode of my TreeNode and still work inside the framework that the Tree has set up. Or is there a better way of accomplishing my goal?
Thanks,
Joe
_______________________________________________
FAQ:
http://dojotoolkit.org/support/faqBook:
http://docs.dojocampus.orgDojo-interest@...
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest