TinyMCE:API/tinymce.dom.DOMUtils/get
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: get
[edit]
Summary
Returns the specified element by ID or the input element if it isn't a string.
[edit]
Syntax
<Element> get(<String/Element> n)
[edit]
Parameters
- n
- Element id to look for or element to just pass though.
[edit]
Returns
Element matching the specified id or null if it wasn't found.
