Re: [Proto-Scripty] Create a movable Window like jQuery UI Dialog

2011-12-23 Thread Manfred Rebentisch
Hi, thank you again. It works! Before I didn't understand the 'handle'. Bye Manfred -- COMPARAT Software-Entwicklungs-GmbH Prießstraße 16 23558 Lübeck Telefon: 0451/479 56 60 Geschf: Manfred Rebentisch AG Lübeck, HRB 3559 Web: www.comparat.de Web, Businessplattform: www.athesios.de Lübeck: w

Re: [Proto-Scripty] Create a movable Window like jQuery UI Dialog

2011-12-23 Thread Manfred Rebentisch
Hi, wow! A good and very fast answer! I will test it now... Thank you! -- COMPARAT Software-Entwicklungs-GmbH Prießstraße 16 23558 Lübeck Telefon: 0451/479 56 60 Geschf: Manfred Rebentisch AG Lübeck, HRB 3559 Web: www.comparat.de Web, Businessplattform: www.athesios.de Lübeck: www.luebeck-in

Re: [Proto-Scripty] Create a movable Window like jQuery UI Dialog

2011-12-23 Thread Walter Lee Davis
If you define a "handle" area in your HTML and give it a classname, you pass that classname as a string to the Draggable method in the parameters hash. Then only elements with that class will be draggable. This also lets you set the cursor:move through your CSS so it looks moveable, too! ...