TinyMCE:API/tinymce.Editor/load
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: load
[edit]
Summary
Loads contents from the textarea or div element that got converted into an editor instance. This method will move the contents from that textarea or div into the editor by using setContent so all events etc that method has will get dispatched as well.
[edit]
Syntax
<String> load(<Object> o)
[edit]
Parameters
- o
- Optional content object, this gets passed around through the whole load process.
[edit]
Returns
HTML string that got set into the editor.
