]);
},
+ /**
+ * Handle a choice from the menu (insert the node in the text editor matching elementid).
+ * @param event e - The event that triggered this.
+ * @param string elementid - The id of the editor
+ * @param string node - The html to insert
+ */
change_title : function(e, elementid, node) {
e.preventDefault();
if (!M.editor_atto.is_active(elementid)) {
document.execCommand('formatBlock', false, node);
}
};
-