TinyMCE:API/tinymce/walk

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: walk

Summary

Executed the specified function for each item in a object tree.

Syntax

<void> walk(<Object> o, <function> f, <String> n, <String> s)

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.
Personal tools