[scriptable, uuid(b0338f6c-ded3-4c39-a953-56e8bae494f5)]
Constants
Attributes
a boolean indicating if object resizing is enabled in the editor
the element currently displaying resizers
Methods
Creates a resize listener that can be used to get notifications that the user started to resize an object or finalized such an operation @param aListener [IN] an instance of nsIHTMLObjectResizeListener
event callback when a mouse button is pressed @param aX [IN] horizontal position of the pointer @param aY [IN] vertical position of the pointer @param aTarget [IN] the element triggering the event
event callback when the mouse pointer is moved @param aMouseEvent [IN] the event
event callback when a mouse button is released @param aX [IN] horizontal position of the pointer @param aY [IN] vertical position of the pointer @param aTarget [IN] the element triggering the event
Deletes a resize listener @param aListener [IN] an instance of nsIHTMLObjectResizeListener
Shows active resizers around an element's frame @param aResizedElement [IN] a DOM Element
Compare to:
