[fusion-users] Add HTML table inside the Jx.TreeFolder object

Rodolfo Moreno rmoreno at voxiva.com
Fri Aug 29 17:15:35 EDT 2008


Hi Paul, 
excuse my rudeness for writing to you straight, but I know you are a
seasoned developer in Jx.

I want to show a HTML table after doing click to a Jx.TreeFolder 

/* add a folder to the tree */
    var folder = new Jx.TreeFolder({label: 'My Folder'});
    tree.append(folder);

/* put an item into the folder */
var item = new Jx.TreeItem({label: 'item ' + i});
folder.append(item);

This is a sample that I found in zip file of fusion. It shows how put an
item as a text into folder,
but I would like to append a HTML table into folder, is it possible?

Thanks in advance 

-----
Rodolfo Moreno
CivilEng

-- 
View this message in context: http://n2.nabble.com/Add-HTML-table-inside-the-Jx.TreeFolder-object-tp793112p793112.html
Sent from the Fusion Users mailing list archive at Nabble.com.



More information about the fusion-users mailing list