Resizable
Original script from:
https://github.com/RickStrahl/jquery-resizable/
neoResizableOn
Purpose: |
Makes object resizable by user. |
Category: |
resizable |
Syntax: |
neoResizableOn "objId" "imageHandler" "minWidth" "maxWidth" "minHeight" "maxHeight" onFinish
objId Select an object to set it as resizable. imageHandler Choose an image object to be used as handler (optional) minWidth Min width (ie: 50px) maxWidth Max width (ie: 200px) minHeight Min height (ie: 50px) maxHeight Max height (ie: 200px) onFinish Subroutine to execute when finish resizing (optional) |
neoResizableOff
Purpose: |
Switch off the possibility to resize a previously resizable object. |
Category: |
resizable |
Syntax: |
neoResizableOff "objId"
objId Select an already resizable object |