The moveBy property (string) sets the default drag handle position for event moving and resizing.
Possible Values
- "None" - no handles
- "Top" - moving is possible using the top margin, resizing using the bottom margin
- "Full" - resizing is possible using top and bottom margin, moving can be started anywhere else
Default Value
"Full"
Example
dp.moveBy = "Top";