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

Paul Spencer pspencer at dmsolutions.ca
Fri Aug 29 17:26:04 EDT 2008


Hi Rodolfo,

unfortunately the Jx.Tree code is not designed to support content that  
is not a Jx.TreeFolder or Jx.TreeItem.  This is an interesting idea,  
however.  Can you explain your use case?  I'm not promising that Jx  
will be able to do it, but I would like to know why you want to do it :)

Cheers

Paul


On 29-Aug-08, at 5:15 PM, Rodolfo Moreno wrote:

>
> 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.
>
> _______________________________________________
> fusion-users mailing list
> fusion-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/fusion-users


__________________________________________

    Paul Spencer
    Chief Technology Officer
    DM Solutions Group Inc
    http://www.dmsolutions.ca/



More information about the fusion-users mailing list