Hi, Is possible implement some file manager into HTML Editor or in other form fields?
Now I can’t select image from server, if I don’t know where file is placed.
I need add image or document into HTML Editor by some filemanager.
Thanks
Hi, Is possible implement some file manager into HTML Editor or in other form fields?
Now I can’t select image from server, if I don’t know where file is placed.
I need add image or document into HTML Editor by some filemanager.
Thanks
Re: File manager for HTML Editor
Hello,
marekusikus
In the HTML Editor the ScriptCase use the tinymce, an old version. In next release will be launch the latest one, I don’t remenber now if the latest version of tinymce has a file manager in HTML Editor.
Re: File manager for HTML Editor
see the following:
http://www.scriptcase.net/forum_en_us/index.php?topic=1041.msg3340#msg3340
Regards,
Scott.
Re: File manager for HTML Editor
Hi, OK, but we misunderstood.
I need add file manager into HTML editor. This is described how I add file manager into tinymce:
http://www.tinymce.com/wiki.php/How-to_implement_a_custom_file_browser
I need initialized filemanger in this block
tinyMCE.init({
theme : …,
mode: …,
file_browser_callback : ‘myFileBrowser’
});
How I can add this configuration file_browser_callback : ‘myFileBrowser’ in SC system ?
Thanks.
Re: File manager for HTML Editor
You may be on your own on this one.
I would say that you would need to add the required JS to the form that has the MCE editor and then find the ID of the editor so your callback can access it.
I am not sure that you would have enough access to perform this, but hey … I could be wrong.
Regards,
Scott.