Hi Daniel,

fixed using :
            var data = tree.getDataModel().getData();
            for (var i = 1; i < data.length; i++) 
              try {
                    if (data[i].children.length>0) 
                      tree.nodeSetOpened(data[i], true);
                  } catch(e){};


thanks

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/TreeVirtual-to-html-tp7225515p7227591.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to