python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Custom tags in TinyMCE WYSWYG
I have an application which help our user to format the email template. A sample email template looks like this:
Dear <FirstName> <LastName>:
Thank you for your entry <Title> an...
Arpan Shah
Votes: 0
Answers: 1
TinyMCE in Angular project
I am trying to use TinyMCE in my angular application, but I always got this error:
"...node_modules/@angular/core/core"' has no exported member
'ɵɵFactoryDeclaration'.
Could you please tel...
Zonart
Votes: 0
Answers: 1
Adding Custom Typekit/Adobe Fonts to Tiny MCE in React
I'm trying to add a custom Adobe Typekit font to a Tiny MCE React component to style the text in the editor. I have the following:
<Editor
init={{
allow_html_in_named_anchor: fals...
Graham
Votes: 0
Answers: 1