Re: [Wicket-user] Floating Panels - any tip

2006-04-09 Thread Vincent Jenks
A good example of this...and a very easy open source _javascript_ lib to use is called wz dragdrop:http://www.walterzorn.com/dragdrop/dragdrop_e.htm Very non-invasive and easy to use!-vOn 4/9/06, Johan Compagner <[EMAIL PROTECTED]> wrote: dragging a panel around looks to me like a complete client s

Re: [Wicket-user] Floating Panels - any tip

2006-04-09 Thread Johan Compagner
dragging a panel around looks to me like a complete client side thing.So you can use any _javascript_ library you find for this that does this platform independend for you,And include that in the markup.johan On 4/9/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: Two questions: Presently now witho

[Wicket-user] Floating Panels - any tip

2006-04-09 Thread Ayodeji Aladejebi
Two questions: Presently now without using _javascript_, can i build a floating Panel in Wicket which can be dragged around on the page?   I see Wicket and ECMAScript like Java and JNI.  Knowing when to use ECMAscript in ur development is important not assuming the wicket API will totally eradicate