Hey,
as far as I know, there is no public API for that. But there is a hack you can 
use:

tree.getPaneScroller(0).getChildControl("pane")._getRowsHtml(0,1)

That will return the HTML of the first pane's (the table can have as many panes 
as you set) first row. As you see, we are using a protected method here which 
is why it is a hack. You can extend all the classes and make that method public 
e.g. or just live with that hack.

Regards,
Martin

Am 26.01.2012 um 18:55 schrieb slah:

Hi,

could you please tell me how can I get the html content of a cell or a row
from a TreeVirtual.

I need that for printing purposes.

Regards

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/how-to-get-html-content-of-a-row-cell-in-a-TreeVirtual-tp7227653p7227653.html
Sent from the qooxdoo mailing list archive at Nabble.com<http://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

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
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-dev2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to