-
This doesn't work with TinyMCE 5.
file_browser_callback was removed in version 5. The code to get the dialog box to display would be:
```
file_picker_callback: function(callback, value, …
qurgh updated
4 years ago
-
Hello,
I am using react and I'm using the tinymce component. But the images wont load. Is there a dependency or file I need to see the image icons such as: align left, align right, new document, etc…
-
```ts
import { Component } from '@angular/core';
@Component({
selector: 'my-app',
template: `
`
})
export class AppComponent {
html = `
Welcome to the TinyMCE Cloud …
-
hi,
I have a form with some fields of various types and two tinyMCE textareas instances.
is tinyMCE validation supported ?
If so, how will the code look like ?
thank you
pcout updated
12 years ago
-
## 📝 Provide a description of the new feature or improvement
In the TinyMCE documentation [here](https://www.tiny.cloud/docs/tinymce/6/security/#scripts-and-xss-vulnerabilities), it is pointed out …
-
here
![error](https://github.com/hiteshchoudhary/chai-aur-react/assets/117967027/0ddde29a-8725-4063-9a7f-22eae406c936)
-
Hi,
I want to repport TinyMCE issue with SEB. We encounter a lot of problems with TinyMCE and SEB during exams. This mainly concerns composition questions.
Test carried out with:
- MacOS (10.14…
-
## 📝 Provide detailed reproduction steps (if any)
If you check [theme.min.js](https://cdnjs.cloudflare.com/ajax/libs/tinymce/7.3.0/themes/silver/theme.min.js) and find `style_formats` (Exact code to …
-
**What is the current behavior? Describe the bug**
1. Insert an image with a caption
The source code looks like this.
```html
Caption
```
2. Select image and insert a link
…
-
How to make TINYMCE stop removing empty span tags? On 3.x version it was pretty easy however on 4.x it's impossible. If tinymce finds an element like it simply removes this element.
Even using val…