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.
The TinyMCE APIs for UI elements have changed in TinyMCE 5 so code for TinyMCE 4 won't work in TinyMCE 5.
I would ask the folks that created elFinder if they have working code for TinyMCE 5. TinyMCE 5 was released in February so it is relatively new and elFinder may not have updated their examples just yet.
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
Related
I'm using Fancybox v4 and have setup the css and js according to installation guide, but still my image opens as if no Fancybox is present.
I'm no wiz on these things, so I hope someone can help me out :-)
The site I'm working on is locates at https://new.bigbox8700.dk/
It's the image in the "PRAKTISK INFORMATION" section.
Regards
Thomas
After some debugging I found out that your JavaScript file js-18a51-27218.js contains Mootools v1.4.5 (released 10 years ago!) and, unfortunately, Mootools changes global objects and that breaks Fancybox. It's amazing that you're using 10-year-old Mootools and 6-year-old jQuery at the same time on the new project.
Since MooTools is causing this problem and has not been updated for 6 years, it is recommended that you remove it.
I am new in Typo3. I want to make slider dynamic in my Typo3 setup. The current version installed is 9.5.3. It will be better if I could get all the sections that is mentioned in this article http://www.typo3manual.com/typo3-version-8/52-content-elements/17-slider/. You can also see the screenshot attached. But I think the article was for version 8 and mine is 9.5. Is there any way that I could get all sections that is mentioned in screenshot?
These content elements are part of the "T3Kit" website starter kit (basically just an extension). You can find a great tutorial here: http://www.typo3manual.com/typo3-version-8/52-content-elements/ , or on their official website: http://www.t3kit.com/
There are many slider extension available. You can install it and can override its template.
https://extensions.typo3.org/extension/owl_slider/
I have recently updated some admin systems on websites to use TinyMCE 4, using the JS version.
I have just discovered a bug that only occurs in IE11, which is the following:
When a Textarea loads it contains the posted html data, but then after the split second it takes for TinyMCE to trigger, all the content within the Textarea is hidden - and TinyMCE is just empty.
It seems to work on all other browsers, including other versions of Internet Explorer. Has anyone else had this issue and know of a solution?
Cheers
We've fixed this bug since then. Updating to the latest version should fix this.
I have been using tinyMCE over dojo dijit.editor because tinyMCE wins out on functionality. Though I've just come across this: http://phphtmledit.com/dojo/ShowEditor.php?gclid=CPizxJzR3qQCFQpBbgodFidd9A
which, if I'm reading it correctly, claims to be a dojo editor but has all the functionality of tinyMCE.
So my question: are there more dijit.editor plugins out there? So far I've found these: http://docs.dojocampus.org/dojox/editor/plugins
http://docs.dojocampus.org/dijit/_editor/plugins
In particular, is there an image inserter plugin for dijit.editor?
There is an image uploading / inserting plugin - dojox.editor.plugins.UploadImage
The demo behind your link looks like a demo of the http://cutesoft.net/ WYSIWYG editor. (Found the link in the HTML source) You can always mail cutesoft and ask them if they build their editor on top of dojo...
As far as I know all the editor stuff in dojo is documented behind the links you already found and you can of course always write your own plugin.
hi i am using joomla 1.5 for my site.
in this i fetched the problem of tinymce editor when i clicked on any article the image button are not shown. when i clicked on edit html source button It showing only “{$lang_theme_code_title}” on the Title bar and all body is blank.
so plz help me to resolved out from this problem.
thanks in advance
You should consider trying the JCE editor instead of trying to debug Tinymce. I'm running JCE error free on over 40 sites. It has a superior image manager, link manager, and code view. It installs easily and is highly configurable. The only caveat is that you should disable the Joomla insert image, page break, and read more buttons as JCE has those built in.
http://extensions.joomla.org/extensions/edition/editors/88
See this thread:
http://forum.joomla.org/viewtopic.php?t=62545
Try adding www. to your domain. Most often this is the problem.
I searched joomla project for vars $lang_theme_code_title... and related... There are not. Looked at Tinymce editor, it has javascript driven language file...
Most likely problem is cause by JavaScript. Try using different browser (firefox or chrome).
I read info on some other forums, some claim that temporarily disabling the antivirus solved the problem. I don't think that this will work, but you can try.
If none of this helps, you will need to give more information. Load firefox with firebug and see the NET tab for JavaScript files and Ajax Requests, most likely you'll find something interesting there (i think 500 Error)