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
This project generally works well, bu I'd like to add some custom event handlers. However, the template used by the iframe SummernoteWidget class is hardcoded, and for some reason, if I subclass and duplicate the render method to just change the template, the entire thing breaks, and I can't trace down the problem.
Is there a recommended way to customize SummernoteWidget? Specifically to add new JS?
The text was updated successfully, but these errors were encountered:
Hi,
This project generally works well, bu I'd like to add some custom event handlers. However, the template used by the iframe
SummernoteWidget
class is hardcoded, and for some reason, if I subclass and duplicate therender
method to just change the template, the entire thing breaks, and I can't trace down the problem.Is there a recommended way to customize SummernoteWidget? Specifically to add new JS?
The text was updated successfully, but these errors were encountered: