TinyMCE:API/tinymce.Editor/load

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: load

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.

Syntax

<String> load(<Object> o)

Parameters

o
Optional content object, this gets passed around through the whole load process.

Returns

HTML string that got set into the editor.

Personal tools