var editor = new SnapEditor.InPlace("editor");
editor.api.disable();
editor.api.enable();Any idea ? the example provided in the zip file doesnt work if add any call to the api function :S
var editor = new SnapEditor.InPlace("editor");
editor.on("snapeditor.plugins_ready", function (e) {
e.api.disable();
});