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
I use this package for web, but i need change the background color the editor, and i see this solution #27 that was presented is only for mobile.
Have a solution for in web usage?
The text was updated successfully, but these errors were encountered:
Then pass the file location in your HtmlEditor > HtmlEditorOptions> filePath parameter to load it.
Make sure to disable dark mode, otherwise the background will be overridden when the editor is dark. Let me know if this doesn't work or you have any other questions.
Update internal code to prevent .replaceAll("jquery.min.js", "...") from overriding custom jquery in custom files. Fixed in recent commit. Marking with the bug label for reference.
Update: I made this even easier to accomplish by adding support for JavaScript in Web. See here, you just need the "editorBG" WebScript, and you can run the controller.evaluateJavascriptWeb("editorBG"); line in the onInit callback. Hope it helps!
I use this package for web, but i need change the background color the editor, and i see this solution #27 that was presented is only for mobile.
Have a solution for in web usage?
The text was updated successfully, but these errors were encountered: