From Moxiecode Documentation Wiki
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();