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 ... script type=text/javascript dojo.even.topic.subscribe(treeSelected, function(e){ alert(The id is: + e.node.widgetId); }); /script ...

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 ... script type=text/javascript dojo.even.topic.subscribe(treeSelected, function(e){

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

2008-01-24 Thread strutting
-the-iterator-tag-with-the-tree-tag-%28problem-with-label-field%29-tp15061806p15061806.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Struts 2 tree tag question

2007-12-01 Thread john feng
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 checkbox to take input from the user. How can I accomplish this using struts tree tag

Re: Struts 2 tree tag question

2007-11-29 Thread akash agrawal
' 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 checkbox to take input from the user. How can I

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: Struts 2 tree tag question

2007-11-28 Thread john feng
header left most position 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

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 tree attribute. Shouldn't properties like this belong to treenode?)

[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:

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

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 tried