Froala Custom Close Button
I'm trying to create a custom close button for the Froala editor. I've managed to create a custom button and have it display in the froala toolbar, however I can't seem to get a cl
Solution 1:
You have to use callback
instead of callbackWithoutSelection
. That is explained in the documentation http://editor.froala.com/examples/custom-buttons
Post a Comment for "Froala Custom Close Button"