Questions tagged [roxy-fileman]

Roxy Fileman is free open source file browser for .NET and PHP, ready for use with CKEditor and TinyMCE WYSIWYG html editors.

Roxy Fileman is free open source file browser for .NET and PHP, ready for use with CKEditor and TinyMCE WYSIWYG html editors. It could be easily integrated into a CMS or any other web application. Supported browsersFileman is based on JQuery and JQueryUI libraries and it's compatible with all modern browsers - Internet Explorer, Firefox, Google Chrome, Safary and Opera.

37 questions
7
votes
1 answer

Roxy Fileman with TinyMCE 5 using file_picker_callback

I'm trying to upgrade TinyMCE from ver.4 to ver.5, but the function file_browser_callback has been replaced by file_picker_callback that has completely different parameters: TinyMCE v.4 file_browser_callback: function (fieldId, value, type, win) { …
Giox
  • 4,785
  • 8
  • 38
  • 81
5
votes
1 answer

CKEditor and Roxy-fileman in MVC

I hope that someone here has experience concerning CKeditor and Roxy-fileman. I have CKeditor installed in my project and I try to add Roxy-fileman inorder to be able to upload files. According to the http://www.roxyfileman.com/demo, all I need to…
user2915962
  • 2,691
  • 8
  • 33
  • 60
3
votes
3 answers

Roxy File Man Loading error

I am using Roxy Fileman in ckeditor to add and manage images. This was working perfectly in my local Xampp server. When i use it in live server, after click on browse, E_LoadingAjax php/dirtree.php error alert is shown. can anyone know how to solve…
Kavin Smk
  • 808
  • 11
  • 37
3
votes
0 answers

Laravel + tinymce4 + RoxyFileBrowser

So i'm using tinymce4 with RoxyFileBrowser in laravel php framework with this configuration {{ HTML::script('js/tinymce/tinymce.min.js') }}