dijit._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.
parameter | type | description |
---|---|---|
save | Boolean | Whether or not to save the changes. If false, the changes are discarded. |
force | Boolean |