var editor = new SnapEditor.InPlace("description", { toolbar: { items: [ "styleBlock", "|", "p", "|", "bold", "italic", "underline", "|", "alignment", "|", "alignLeft", "alignCentre", "alignRight", "alignJustify", "|", "orderedList", "unorderedList", "indent", "outdent", "|", "link", "table", "horizontalRule" ] } ,snap: false ,onSave: function (e) { var isSuccess = true; html = e.html; DoEdit(); return isSuccess || "Error"; } });