Re: Problem with tree tag (event selected)

2008-12-11 Thread Juanjo Cuadrado
Sorry... I'm using Struts 2.0.11.2 2008/12/11 Juanjo Cuadrado <[EMAIL PROTECTED]> > Hi, > > I'm working with s:tree tag, but it not working for me. > > I have this code in my jsp > > ... > > dojo.even.topic.subscribe("treeSelected", function(e){ > alert("The

Problem with tree tag (event selected)

2008-12-11 Thread Juanjo Cuadrado
Hi, I'm working with s:tree tag, but it not working for me. I have this code in my jsp ... dojo.even.topic.subscribe("treeSelected", function(e){ alert("The id is:" + e.node.widgetId); }); ...

Combining the iterator tag with the tree tag (problem with label field)

2008-01-24 Thread strutting
looking for this in many tutorials, forums... but I haven't found anything... Thanks in advance! -- View this message in context: http://www.nabble.com/Combining-the-iterator-tag-with-the-tree-tag-%28problem-with-label-field%29-tp15061806p15061806.html Sent

Re: Struts 2 tree tag question

2007-12-01 Thread john feng
es. > > I used the regular iterate and multibox tags and CSS to get this done > really > straight forward, without using tree tag. > > > > On 11/28/07, akash agrawal wrote: > > > > Hi, > > > > Trying to build a form having a tree where each n

Re: Struts 2 tree tag question

2007-11-29 Thread akash agrawal
children nodes' checkboxes. I used the regular iterate and multibox tags and CSS to get this done really straight forward, without using tree tag. On 11/28/07, akash agrawal wrote: > > Hi, > > Trying to build a form having a tree where each node in the tree needs to > have a checkbo

Re: Struts 2 tree tag question

2007-11-28 Thread john feng
has a checkbox that could check or uncheck all the children nodes' checkboxes. I used the regular iterate and multibox tags and CSS to get this done really straight forward, without using tree tag. On 11/28/07, akash agrawal <[EMAIL PROTECTED]> wrote: > > Hi, > > Trying t

Struts 2 tree tag question

2007-11-28 Thread akash agrawal
Hi, Trying to build a form having a tree where each node in the tree needs to have a checkbox to take input from the user. How can I accomplish this using struts tree tag? Thanks, -Akash - Get easy, one-click access to your favorites. Make Yahoo! your

Re: [S2] tree tag and nodes customization

2007-08-22 Thread Paolo Beccari
> > > Hi, > > is there a way to specify different images for each node? Or are property > such expandIconSrcPlus immutable for the entire tree? > > Thanks, > > P. ...ping? (Btw, I think it's not possibile because it's a ?) --

[S2] tree tag and nodes customization

2007-08-18 Thread Paolo Beccari
Hi, is there a way to specify different images for each node? Or are property such expandIconSrcPlus immutable for the entire tree? Thanks, P. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: Tree Tag

2007-07-24 Thread Musachy Barroso
You can use "treeSelectedTopic" to get notified when a node is clicked. musachy On 7/24/07, Richard Sayre <[EMAIL PROTECTED]> wrote: I am using the tre tag to display a tree of items. I got a very basic tree showing. Is it possible to have the tree node do something when you click it? I trie

Tree Tag

2007-07-24 Thread Richard Sayre
I am using the tre tag to display a tree of items. I got a very basic tree showing. Is it possible to have the tree node do something when you click it? I tried onclick but it didnt seem to render that attribute into the HTML. Is it possible to add some extra html to each node (for example a c