TinyMCE:API/tinymce/walk
From Moxiecode Documentation Wiki
< TinyMCE:API | tinymce
Contents |
[edit]
Method: walk
[edit]
Summary
Executed the specified function for each item in a object tree.
[edit]
Syntax
<void> walk(<Object> o, <function> f, <String> n, <String> s)
[edit]
Parameters
- o
- Object tree to walk though.
- f
- Function to call for each item.
- n
- Optional name of collection inside the objects to walk for example childNodes.
- s
- Optional scope to execute the function in.
