We got a new version of TinyMCE. And this is the 5th version. And I want to integrate elFinder 2 in that. But I don't know how. Would you help?
I've researched documentation of version 5 of TinyMCE and didn't find any data which helps me. But I got this code for the integration of elFinder which help in the half of this target.
Here is my find code for open elFinder:
file_picker_callback: {
function (callback, value, meta) {
tinymce.activeEditor.windowManager.openUrl({
title: "elFinder",
url: "/admin/js/elfinder/elfinder.html",
});
}
}
I expect that the dbclick event will put data of image which get this event in the window of the inserting image in the editor.
And I'm posting the solution which I found.
You need to open the link official guide of elFinder
And find the next link for the plugin "tinymceElfinder" on the image link to the plugin
But if you will not find this link I publish the link. Here you are the magic link click to find the magic plugin for fans of TinyMCE 5