Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
is there exist a way to figure out which command is fired in "beforecommand:Composer" event ?
i.e :
Editor.on("beforecommand:composer", function () {
console.log(commandName);
});
is there exist a way to figure out which command is fired in "beforecommand:Composer" event ? i.e : Editor.on("beforecommand:composer", function () { console.log(commandName); });