python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Getting error trying to use TinyMCE cloud in my Angular 13 app - Module 'tinymce' has no exported member 'RawEditorSettings'
I have created a new angular app and have installed these:
npm install --save @tinymce/tinymce-angular
npm install --save @types/tinymce
I've included the EditorModule in app.module.ts
I have correctl...
Steve
Votes: 0
Answers: 3
TinyMCE 4 - allow AlpineJS attributes for all HTML tags
I want to allow all Alpine JS components (x-data, x-init, etc.) as attributes for all HTML tags in TinyMCE 4.
I tried to add them via a rule for extended_valid_attributes in different ways, but everyt...
Iniii
Votes: 0
Answers: 1
TinyMCE Validation in MVC and Umbraco using AngularJS
I cant get TinyMCE to validate when using the below code when using MVC application or Umbraco
<form name="evaluationForm" val-form-manager class="show-validation">
.... **Co...
Computer
Votes: 0
Answers: 1
tinyMCE - Manually trigger blur event
I'm trying to manually trigger the tinyMCE editor blur event.
One can manually trigger the focus event by tiny.activeEditor.execCommand('mceFocus') (see this link), but I can't find a way to trigger t...

benshabatnoam
Votes: 0
Answers: 0