window.editor = new SnapEditor.InPlace("aboutMe", { path: "/assets/snapeditor", toolbar: { items: [ "styleBlock", "|", "bold", "italic", "underline", "|", "alignLeft", "alignCentre", "alignRight", "alignJustify", "|", "orderedList", "unorderedList", "indent", "outdent", "|", "link", "table", "horizontalRule", "|" ], } ,snap: false }); $('#aboutMe').appear();$('#aboutMe').on('appear', function(event, $all_appeared_elements) { window.editor.api.activate(); });