TinyMCE:API/tinymce.Editor/nodeChanged
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: nodeChanged
[edit]
Summary
Distpaches out a onNodeChange event to all observers. This method should be called when you need to update the UI states or element path etc.
[edit]
Syntax
<void> nodeChanged(<Object> o)
[edit]
Parameters
- o
- Optional object to pass along for the node changed event.
