TinyMCE:API/tinymce.dom.DOMUtils/getRect
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: getRect
[edit]
Summary
Returns the rectangle for a specific element.
[edit]
Syntax
<object> getRect(<Element/String> e)
[edit]
Parameters
- e
- Element object or element ID to get rectange from.
[edit]
Returns
Rectange for specified element object with x, y, w, h fields.
