tinymce-docs
tinymce-docs copied to clipboard
TinyMCE Documentation
Cover using Ctrl+F9 (Focus to contextual toolbar) on the Accessibility page's how to use the editor
**Documentation/Product Version** _TinyMCE 4 Documentation_ OR _TinyMCE 5 Documentation_ **Page to be updated (if applicable)** https://www.tiny.cloud/docs/advanced/accessibility/ **Is your feature request related to a problem? Please describe.** Keyboard only users need...
**Documentation/Product Version** _TinyMCE 4 Documentation_ OR _TinyMCE 5 Documentation_ **Page to be updated (if applicable)** https://www.tiny.cloud/docs/advanced/accessibility/ **Is your feature request related to a problem? Please describe.** I've asked several screen-reader...
I'm trying to develop a simple button plugin for TinyMCE 4.9.6, in Wordpress 5.4.1, and I've never seen such bad API documentation in my life. Take [addButton](https://www.tiny.cloud/docs-4x/api/tinymce/tinymce.editor/#addbutton) for example. >...
No real details on how to use the Integrations with self-hosted. > *affected page: https://www.tiny.cloud/docs/advanced/usage-with-module-loaders/*
Feedback from a user: > ASP.NET by default rejects html code as user data entry in a web page. Security reasons. It takes considerable searching through "StackOverflow" etc to figure...
Related Ticket: [DOC-1845](https://ephocks.atlassian.net/browse/DOC-1845) Description of Changes: * To improve readability the table columns displaying release and end-of-support dates are now left- or right-aligned, rather than centred. Pre-checks: - [ ]...
Added a NOTE admonition to `fullscreen.adoc` to keep this in sync with the equivalent admonition added to the 5.x docs consequent to the release of 5.10.6. Plus a small copy-edit...
Added complete draft of the 5.10.6 release notes as new file `release-notes5106.md`. Also added NOTE admonition to `fullscreen.md` regarding change to this plugin introduced with the 5.10.6 update. Related Ticket:...
I'm looking for an example how to add multiple context menu items for the same element. For example I want to see these menu items: - Edit attributes - Delete...
Is it possible to add a tag like ` data-lightgallery="item"` with a list option with the link editor? Example in HTML: `...` I didn't find a way to realise.