We would like to have a description appear for each node in a JSTree. I can put the description into the attr for the node by calling:
node.getAttr.put("description",. nodeDescription) in my action class.
Unfortunately, I can not figure out how to display that value when I hover over the text. Tried a few things with no luck including:
-title
-tooltip
-javascriptTooltip
Do you happen to have any hints on how I could get this to work?
thanks.
sr