Ingy döt Net - Wikiwyg-0.10

Documentation | Source
Wikiwyg.Standalone = function() {};
Wikiwyg.Standalone.prototype = new Wikiwyg();

Wikiwyg.Standalone.prototype.saveChanges = function() {
    var self = this;
    this.current_mode.toHtml( function(html) { self.fromHtml(html) });
    this.displayMode();
}