tinymce-docs
tinymce-docs copied to clipboard
TinyMCE Documentation
**What is the current behavior? Describe the bug** The [contextmenu documentation](https://www.tiny.cloud/docs/ui-components/contextmenu/) indicates the following : > identifier | Core/Plugin | Description > -- | -- | -- > image |...
**What is the current behavior? Describe the bug** When using `inline` mode, the `body_class` setting does not apply to the `` created by the editor that represents the content body....
Would you mind adding full example oh HTML|JS|PHP for newbies. Now it seems that image_upload documentation is all over the place in separate pages, with out of context script fractures....
I want to control the height of individual editors but TinyMCE seems to ignore all html settings. This seems to contradict the statement in the description of the global height...
**What is the current behavior? Describe the bug** In 'Distraction-free' mode, 'height and 'min-height' have no effect **Please provide the steps to reproduce and if possible a minimal demo of...
Hi, I think you should overthink your responsive design ;) At first glance I was confused why the menu is so wide and where the content has gone to. (Before...
We were using tinymce.ui.Tooltip to show some custom and formated tooltip over element with special classes but I cant seem to find it anymore in TinyMCE5.
It is not clear what now actually the remove is doing for annotations. The title state https://www.tiny.cloud/docs/advanced/annotations/#deletinganannotation But deleting an annotation isn't clear, since there isn't a good seperation about...
**Is your feature request related to a problem? Please describe.** I wrote a code which change attributes on `args.node` in `paste_postprocess` option, according to [the example](https://www.tiny.cloud/docs/plugins/paste/#paste_postprocess): ``` tinymce.init({ selector: "textarea",...