Hi,
I am using async but am loading the initial data for the tree via
configuration and then additional data is pulled in with json. I need
to modify the markup of a node depending on the metadata that exists
in a node. Specifically, i need to insert a div before the a in the li
of a node if the metadata for the node has some specific information.
Will onopen will work for this scenario?
Cheers!