You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: l.opts.events[e].apply is not a function
at Object.v [as trigger] (froala_editor.min.js?v=1566469764:formatted:809)
at Object.a [as save] (eval at globalEval (jquery.js?v=1566403370:343), <anonymous>:7:571)
at E.Bootstrap.callback (eval at globalEval (jquery.js?v=1566403370:343), <anonymous>:33:17)
at Object.n [as exec] (froala_editor.min.js?v=1566469764:formatted:1187)
at i (froala_editor.min.js?v=1566469764:formatted:5698)
at r (froala_editor.min.js?v=1566469764:formatted:5710)
at t (froala_editor.min.js?v=1566469764:formatted:5711)
at E.Bootstrap.c (froala_editor.min.js?v=1566469764:formatted:5715)
at o (froala_editor.min.js?v=1566469764:formatted:931)
at HTMLButtonElement.<anonymous> (froala_editor.min.js?v=1566469764:formatted:936)
Please explain how to define events when using FroalaEditorWidget for Yii2 php framework
The text was updated successfully, but these errors were encountered:
I'm using widget as described in documentation. Didn't find how to define events in widget.
So tried such way:
But it returns an error in browser console when I trigger save() event with 'clear' button.
Button declaration :
Error from browser console:
Please explain how to define events when using FroalaEditorWidget for Yii2 php framework
The text was updated successfully, but these errors were encountered: