TinyMCE:API/tinymce.EditorManager/triggerSave

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: triggerSave

Summary

Calls the save method on all editor instances in the collection. This can be useful when a form is to be submitted.

Syntax

<void> triggerSave()

Examples

// Saves all contents
tinyMCE.triggerSave();
Personal tools