TinyMCE:API/tinymce.dom.DOMUtils/get

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: get

Summary

Returns the specified element by ID or the input element if it isn't a string.

Syntax

<Element> get(<String/Element> n)

Parameters

n
Element id to look for or element to just pass though.

Returns

Element matching the specified id or null if it wasn't found.

Personal tools