TinyMCE:API/tinymce.dom.DOMUtils/run

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: run

Summary

Executes the specified function on the element by id or dom element node or array of elements/id.

Syntax

<Object/Array> run(<function> f, <Object> s)

Parameters

f
Function to execute for each item.
s
Optional scope to execute the function in.

Returns

Single object or array with objects depending on multiple input or not.

Personal tools