TinyMCE:API/tinymce.dom.DOMUtils/run
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: run
[edit]
Summary
Executes the specified function on the element by id or dom element node or array of elements/id.
[edit]
Syntax
<Object/Array> run(<function> f, <Object> s)
[edit]
Parameters
- f
- Function to execute for each item.
- s
- Optional scope to execute the function in.
[edit]
Returns
Single object or array with objects depending on multiple input or not.
