Functiondijit._editor.RichText.close

dojo.require("dijit._editor.RichText");
defined in dijit/_editor/RichText.js

Kills the editor and optionally writes back the modified contents to the element from which it originated.

Usage

function (/*Boolean*/ save, /*Boolean*/ force) (view source)
parametertypedescription
saveBooleanWhether or not to save the changes. If false, the changes are discarded.
forceBoolean