angular2-tinymce
angular2-tinymce copied to clipboard
Angular 2 component for TinyMCE MCE WYSIWYG editor
I'm using Angular 5.2, can someone tell me which version of angular2-tinymce will work? ``` "tinymce": "^4.8.3", "angular2-tinymce": "^3.3.0", "@angular/core": "^5.2.0", ``` ``` WARNING in ./node_modules/angular2-tinymce/fesm5/angular2-tinymce.js 27:67-83 "export 'defineInjectable' was...
TinymceModule.withConfig({ skin_url: "../resources/tinymce/skins/lightgray", browser_spellcheck: true, plugins: ['paste','lists'], paste_data_images: true, auto_focus:false, menubar: false, toolbar: 'bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link', statusbar: false,...
After deployment it can't find path of /assets/tinymce/skins/lightgray/skin.min.css
angular2-tinymce.config.interface.d.ts does not include the toolbar_items_size option.
Hi, Is it possible to upload local image ? If yes, how ? I found a codepen to explain what I need, maybe this can help : https://codepen.io/nirajmchauhan/pen/EjQLpV Thanks.
Hi, I was trying to show RTE in modal popup but its not showing anythings. FYI: I am using modal component from here https://vmware.github.io/clarity/documentation/modals
I've added config options in app.module.ts ``` TinymceModule.withConfig({ plugins: ['link', 'paste', 'table','textcolor'], auto_focus: false }) ``` but after `ng build` I'm putting it under http://example.com/mysite/myproject/#/users/create but it shows error in...
Hi, I would like to use the tinymce plugins textcolor/colorpicker and wordcount. What's the best way to use them? => I found a way by adding their declaration (import and...
Hi, I've followed the instructions you had. The control is not visible on the page, just a white space appears. The div inside the app-tinymce component with class "mce-tinymce mce-container...
Anyone else run into the issue where you have multiple tinymce editors, and when you click on any of them (that already have txt), it jumps the cursor back to...