Re: Client-side treeView

2009-10-07 Thread PaulH98
ket.apache.org > > Hi, Mike - thank you very much for your reply. I am following the examples on wicket-stuff and jweekend to write my own js tree-selector component. If I shall finish it, I will post my code to this forum to thank all the help I got. -- View this message in context: h

Re: Client-side treeView

2009-10-07 Thread PaulH98
/wiquery/ > > Thanks Cemal, The jweekend example is quite helpful, I'm trying to understand it better to write my own js component. -- View this message in context: http://www.nabble.com/Client-side-treeView-tp25775360p25788056.html Sent from the Wicket - User mailing list archiv

Re: Client-side treeView

2009-10-06 Thread Michael O'Cleirigh
PaulH98 wrote: Michael O'Cleirigh wrote: Hi Paul, What I would do would be to find a javascript implementation that does what you want and then have the selection events fill in a hidden field which will then be available on the server side when the form is posted. This would be simila

Re: Client-side treeView

2009-10-06 Thread jWeekend
Palette that communicates with javascript? I just skipped through the > Palette java an js source code and found they are kind of hard to > understand. "Wicket in Action" does not seem to cover this topic either. > > > -- View this message in context: http://www.nabble

Re: Client-side treeView

2009-10-06 Thread PaulH98
javascript? I just skipped through the Palette java an js source code and found they are kind of hard to understand. "Wicket in Action" does not seem to cover this topic either. -- View this message in context: http://www.nabble.com/Client-side-treeView-tp2

Re: Client-side treeView

2009-10-06 Thread Michael O'Cleirigh
Hi Paul, What I would do would be to find a javascript implementation that does what you want and then have the selection events fill in a hidden field which will then be available on the server side when the form is posted. This would be similar to how the Palette works in wicket-extension

Client-side treeView

2009-10-06 Thread Paul Huang
Hello, I would like show a treeview like the following, root |---dir1 ||leave 1.1 ||leave 1.2 |-leave 0. 1 |-leave 0.2 This view should also allow a user to select multiple leave nodes (think of selecting multiple catagories to charaterized a product). I checked the