jWeekend wrote:
Paul,
Take a look at Alastair's presenttaion called something like A Drag And
Drop List Editor [1] and the accompanying source code.
I don't think we have a tree publicly available yet in WiQuery [2] but for
sure you should get some good ideas there even if you don't
Michael O'Cleirigh wrote:
Hi Paul,
Most of the wicket + javascript integrations in wicket-stuff
(http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki) will show how
communication between wicket and javascript can work. They can get a
little messy but once implemented are
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
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 similar to how
Paul,
Take a look at Alastair's presenttaion called something like A Drag And
Drop List Editor [1] and the accompanying source code.
I don't think we have a tree publicly available yet in WiQuery [2] but for
sure you should get some good ideas there even if you don't want to use it.
Regards -
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