jQuery-Desktop icon indicating copy to clipboard operation
jQuery-Desktop copied to clipboard

Making unresizable windows

Open Techokami opened this issue 7 years ago • 1 comments

Hello,

I am knee deep in working over this amazing thing into a new personal website, and one thing I want to know is how to make a window that cannot be resized (e.g. the size is fixed and cannot be maximized or have its border grabbed to resize). This would be highly desired for creating dialog windows, etc.

Thank you!

Techokami avatar Feb 06 '18 22:02 Techokami

You can simply remove the HTML for the draggable corners.

<span class="abs ui-resizable-handle ui-resizable-se"></span>

nathansmith avatar Mar 05 '18 20:03 nathansmith