tooltip in tree

I want to set tooltip on node in my dhtmlxtree.

You can Show me please? by get tooltip from xml.

The tooltip can be set in XML by using “title” attribute of “cell” tag
   
          value

The same can be set from JS as
    grid.cells(i,j).setAttribute(“title”,new_value)