trippo / ResponsiveFilemanager

Completely Responsive Filemanager with integration for tinyMCE,CKEditor and CLEditor editor
http://responsivefilemanager.com
Other
815 stars 366 forks source link

integrate with tinymce 4 in vue3 #687

Open a8dogdark opened 2 years ago

a8dogdark commented 2 years ago

with pleasure in greeting you, i have searched for information on how tinymce is integrated into vue 3, I have tried in various ways and I cannot index it following the information that exists in the portal.

api-key="no-api-key" :init="{ height: 500, menubar: false, plugins: [ 'advlist autolink lists link image charmap print preview anchor', 'searchreplace visualblocks code fullscreen', 'insertdatetime media table paste code help wordcount' ], toolbar: 'undo redo | formatselect | bold italic backcolor | \ alignleft aligncenter alignright alignjustify | \ bullist numlist outdent indent | removeformat | help| \ image link responsivefilemanager'}"

    external_filemanager_path = '/filemanager/'
    filemanager_title ="Responsive Filemanager"
    external_plugins= '{ "filemanager" : "/filemanager/plugin.min.js"}'

public -- index.html favicon.ico filemanager -- plugin.min.js

It doesn't work, thank you very much.