Shows active resizers around an element’s frame
| aResizedElement | [IN] a DOM Element |
Hide resizers if they are visible
Refresh visible resizers
event callback when a mouse button is pressed
| aX | [IN] horizontal position of the pointer |
| aY | [IN] vertical position of the pointer |
| aTarget | [IN] the element triggering the event |
| aMouseEvent | [IN] the event |
event callback when a mouse button is released
| aX | [IN] horizontal position of the pointer |
| aY | [IN] vertical position of the pointer |
| aTarget | [IN] the element triggering the event |
event callback when the mouse pointer is moved
| aMouseEvent | [IN] the event |
Creates a resize listener that can be used to get notifications
that the user started to resize an object or finalized such an operation
| aListener | [IN] an instance of nsIHTMLObjectResizeListener |
Deletes a resize listener
| aListener | [IN] an instance of nsIHTMLObjectResizeListener |
the element currently displaying resizers
a boolean indicating if object resizing is enabled in the editor