Hi Charlie,
thank you.. this is what I needed... great now jquery ui has done another
amazing task for me ;)
thanks,
peter
On Tue, Jun 23, 2009 at 8:06 PM, Charlie wrote:
> look at portlets example, source and classes already available in example
>
> http://jqueryui.com/demos/sortable/#portlet
look at portlets example, source and classes already available in
example
http://jqueryui.com/demos/sortable/#portlets
your case probably not looking for sortable, could just apply draggable
if that's more effective. Apply position, hide show as applicable
Chaining on example code allows f
Hi Charlie,
yea.. but I need a more dynamic way of doing it.
instead of dialogs is it possible to make a div look like a dialog using the
theme supplied?
i tried to use the ui-widget-header and ui-widget-content ... i do get some
styling but not the frame
peter
On Tue, Jun 23, 2009 at 7:12 PM,
dialogs are positioned absolute in viewport
can use position option to relocate them within viewport
$("#dialog").dialog({position: [100,100]});//displays 100px from left,
100px top
Peter Marino wrote:
Hi jQuery UI,
is it possible to have a dialog inplace.. meaning I have a
layout