User tests: Successful: Unsuccessful:
Based on #48043 this implements now a selector for the tinyMCE link where editor-xtd plugins can inject themself and links can be added.
Just an input field to type in a link.
The input field now has a "Browse links" button to click. When clicking a dialog opens and you can select between articles/contacts/menus/media to insert as link.
Please select:
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration Language & Strings JavaScript Front End Plugins |
does it generate the links in the same way as the xtd-editor buttons?
if it does maybe we can think about not enabling them by default anymore for tinymce users
does it generate the links in the same way as the xtd-editor buttons?
if it does maybe we can think about not enabling them by default anymore for tinymce users
maybe we can look at removing the xtd-buttons from the tinymce toolbar now on new installs
I have tested this item ✅ successfully on c8076ff
I have tested this item ✅ successfully on c8076ff
Cool, can every extension who has a button hook in then? If yes, then this should be documented.
Cool, can every extension who has a button hook in then? If yes, then this should be documented.
looks like it - just a few extra lines into your button
I have tested this item ✅ successfully on c8076ff
I tested html, article, contact, menus, media - links
I have tested this item ✅ successfully on c8076ff
I tested html, article, contact, menus, media - links
I have tested this item ✅ successfully on c8076ff
I have tested this item ✅ successfully on c8076ff
| Status | Pending | ⇒ | Ready to Commit |
| Labels |
Added:
Language Change
Feature
PR-6.2-dev
|
||
RTC
RTC
Cool, can every extension who has a button hook in then? If yes, then this should be documented.
I have documentation here https://github.com/joomla/Manual/compare/main...bembelimen:62/tinyCE?expand=1 but GitHub does not allow me to create the PR 🤷️
Cool, can every extension who has a button hook in then? If yes, then this should be documented.
Added
I'm currently testing it with DPCalerndar. Works good so far, just wondering, in the button we use a link with the session form token:
$link = 'index.php?option=com_contact&view=contacts&layout=modal&tmpl=component&' . Session::getFormToken() . '=1&editor=' . $name;
but not in the script option. Is this done on purpose?
| Labels |
Added:
RTC
|
||
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-08-03 19:52:08 |
| Closed_By | ⇒ | drmenzelit |
Thank you
does it generate the links in the same way as the xtd-editor buttons?
if it does maybe we can think about not enabling them by default anymore for tinymce users