Open sameer123 opened 11 years ago
I have the same question (or at least the question you (shaundon) clarified :)
You could hide the resizer handle for a given widget based on a class name for using CSS.
something like this:
and then in your css.
.no-resize .gs-resize-handle-both{ display:none; }
Good idea :+1:
Just to clarify, you're asking how you can prevent drag and drop on a single widget, while still allowing other widgets to be moved, right?