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
Your tip "width - The editor width not including margins, borders or padding. Tip Use 'auto' to treat the editor as a block element that fills it's container" throws an error in jquery 3.x . I get this: Uncaught ReferenceError: auto is not defined
I've tried it with quotes (width: 'auto') and without quotes (width: auto). No joy. I see that it's set to 'auto' in your included scripts, but I was trying to use your example in Getting Started. That gets an error as well: Uncaught TypeError: button is undefined .
The whole point of using the 'Getting Started' example was to control which toolbar buttons are shown.
Anybody know how to fix this, or should I just move on to something else (besides CkEditor and TinyMCE)?
The text was updated successfully, but these errors were encountered:
Your tip "width - The editor width not including margins, borders or padding. Tip Use 'auto' to treat the editor as a block element that fills it's container" throws an error in jquery 3.x . I get this:
Uncaught ReferenceError: auto is not defined
I've tried it with quotes (width: 'auto') and without quotes (width: auto). No joy. I see that it's set to 'auto' in your included scripts, but I was trying to use your example in Getting Started. That gets an error as well: Uncaught TypeError: button is undefined .
The whole point of using the 'Getting Started' example was to control which toolbar buttons are shown.
Anybody know how to fix this, or should I just move on to something else (besides CkEditor and TinyMCE)?
The text was updated successfully, but these errors were encountered: