RE: AW: drag and drop

2011-09-01 Thread Ramona
HI all! I'm trying to use wicket with html5 for drag and drop multiple files but i haven't found the way to communicate the javascript of html (the one that representates drag & drop: ) with wicket in each upload. Let's say that i have a page where i can drop files and for each file that a drop i h

RE: AW: drag and drop

2010-06-17 Thread Stefan Lindner
This is a question for jQuery-UI mailing lists. It's independent from the jWicket implementation. -Ursprüngliche Nachricht- Von: DerBernd [mailto:beha...@web.de] Gesendet: Donnerstag, 17. Juni 2010 11:35 An: users@wicket.apache.org Betreff: Re: AW: drag and drop Hi, I

Re: AW: drag and drop

2010-06-17 Thread DerBernd
Hi, I've got a problem with my draggable Components and z-index. I do have several draggable WebMarkupContainers that are nested in also draggable Panels. I set the z-index with dragger.setRawOptions("zIndex: 101"); for the WebMarkupContainer dragger.setRawOptions("zIndex: 100"); for the Panel

AW: drag and drop

2010-06-09 Thread Stefan Lindner
.iterator() Stefan -Ursprüngliche Nachricht- Von: DerBernd [mailto:beha...@web.de] Gesendet: Mittwoch, 9. Juni 2010 09:44 An: users@wicket.apache.org Betreff: Re: drag and drop Hi, little question at this point. How do I get the child-components of an RepeatingView. Isn't there any kin

Re: AW: drag and drop

2010-06-04 Thread DerBernd
Thank you setRawOptions("handle: 'h2'"); works great, just want I was searching for!!! Bernd -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/drag-and-drop-tp1881857p2242954.html Sent from the Wicket - User mailing list archive at Nabble.com.

AW: drag and drop

2010-06-04 Thread Stefan Lindner
Look into the original jQuery docs for draggable and set any options that are not implementet now with setRawOptions("handle: 'h2'"); This should do the trick. If you have any suggestion for implementing a setHandle(???) method that doesn't simple have a String paramete

AW: drag and drop

2010-05-19 Thread Stefan Lindner
Ernesto Reinaldo wrote >2-jQuery D&D is also broken for IE after AJAX replacements (Stefan >Lindner will surely confirm this). You can find this explained in >others threads on this list and on jQuery forum. It seems the same >issue has been reported over and over and they do not fix it:-(. I >thi

AW: drag and drop

2010-05-19 Thread Stefan Lindner
Perhaps you could try jWicket from wicketstuff http://www.wicketstuff.org/ (site is down at the moment). You could check aout the source from http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jwicket-parent and build the project with "maven install" Stefan --