Hello Antonio. I am working on that class right now, but it is not very far 
along. It should be implemented as a standard Dojo component although it will 
not do what many Dojo components do and form itself based on the original HTML.
 
It will take me a few weeks to get the basics working, but here is what I want 
to support at first:
 
Column headers you can click to sort.
The ability to put basic strings in the table as well as more complex 
components like comboBox.
Row expansion/collapse.
Single row selection.
 
After that there are a bunch of other things like:
multiple selection
navigation via keyboard
Column resizing and swapping
locked columns, footer rows
cell editing. (Clicking or double clicking swaps the cell with an editor like a 
comboBox or textField)
 
It would be *great* to have someone else use it, but the code has just barely 
started being written. 
 
If you want to look at some existing test applications, if you look in 
examples/widgets there are a bunch of pages that are all in the a similar 
format that show what syntax and operations we support. As I continue to work 
on treetable I will update this area with some more samples.
 
Once I am further along there you should start to see separate samples for 
table, tree and treeTable. At that point when those samples demonstrate some 
basic functionality the treeTable should be ready for testing. I hope to be at 
that point relatively soon, say 7-14 days or so.
 
James Margaris

________________________________

From: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: Thu 9/14/2006 12:56 AM
To: [email protected]
Subject: Re: How to test TreeTable



Bob Buffone ha scritto:
> Currently we have not fully implemented the treeTable widget. We are
> working on finishing it but right now it is a prototype.

No problem, I could test it and eventually help with the debugging,
because I have to work on a real-world problem.

> Regarding the
> whether or not you can use just treeTable: It may be possible to use
> just the treeTable, but it will be much easier to add it to your
> application using the declarative markup. 
>  

Yes I know that, but I would like to add the Dojo engine plus the
TreeTable, I don't need all the XAP engine (though I must say it is very
interesting).
Supposing that I prepare a test webapp that uses XAP, is there an HTML
page, or a link, that I can use to see the result of the prototype
TreeTable? (sorry but I cannot find one, maybe I have to check my eyes :-) )
Thank you

Ciao
Antonio


Reply via email to