Open franzbuenaventura opened 3 years ago
Hi Guys,
I am trying to limit my text editor not to accept files and images so I add a toolbarButtons on my text editor
toolbarButtons: { moreText: { buttons: ['bold', 'italic', 'underline', 'strikeThrough', 'subscript', 'superscript', 'fontFamily', 'fontSize', 'textColor', 'backgroundColor', 'inlineClass', 'inlineStyle', 'clearFormatting'], align: 'left', buttonsVisible: 3 }, moreParagraph: { buttons: ['alignLeft', 'alignCenter', 'formatOLSimple', 'alignRight', 'alignJustify', 'formatOL', 'formatUL', 'paragraphFormat', 'paragraphStyle', 'lineHeight', 'outdent', 'indent', 'quote'], align: 'left', buttonsVisible: 0 }, moreRich: { buttons: ['insertLink', 'insertTable', 'emoticons', 'fontAwesome', 'specialCharacters', 'embedly', 'insertHR'], align: 'left', buttonsVisible: 0 }, moreMisc: { buttons: ['undo', 'redo', 'fullscreen', 'print', 'getPDF', 'spellChecker', 'selectAll', 'html', 'help'], align: 'right', buttonsVisible: 2 } }
When I add this I get an error popup undefined whenever I tried clicking moreText or other buttons.
Hi Guys,
I am trying to limit my text editor not to accept files and images so I add a toolbarButtons on my text editor
When I add this I get an error popup undefined whenever I tried clicking moreText or other buttons.