I have an simple tree component...

I hate those tree implementations with nodes and recursions like
dojo.tree.. feels so heavy

there is already a very nice tree example on the wiki by ErikVullings
using :
http://www.dhtmlgoodies.com/scripts/drag-drop-folder-tree/drag-drop-folder-tree.html

Version I have is a simple (basic) tree component that can render a tree
from a TreeModel
and generates an action event with node id included.
I know that not everybody likes this approach, but if ther's interest, I'll
put it on the wiki
so we can see where it goes. One more reason for not putting it out
is waiting on first parts AJAX support to enter tapestry to maybe add
some value from it.

Davor Hrg

On 10/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hello !
>
> > I was wondering what kind of components people are looking for that
> > are not yet available as an open source example.
> > [...]
> >
> > What else is out there (either on the web or in a rich client) that
> > you'd rather not reinvent?
>
> I think that a "tree" component would be great.
> The component could be used to traverse tree structure as, for exemple,
> directory tree or menu.
>
> Some details are given here :
> https://issues.apache.org/jira/browse/TAPESTRY-1718
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to