Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
// Get the HTML contents of the currently active editor
console.debug(tinyMCE.activeEditor.getContent());
// Get the raw contents of the currently active editor
tinyMCE.activeEditor.getContent({format : 'raw'});
// Get content of a specific editor:
tinyMCE.get('content id').getContent()
| Name | Type | Description |
|---|---|---|
| args | Object | Optional content object, this gets passed around through the whole get process. |
Search documentation.