I am trying to integrate roxyfileman with ckeditor Programming Web Development by davy_yg …'/fileman/index.html'; $(function(){ CKEDITOR.replace( 'editor1',{filebrowserBrowseUrl:roxyFileman, filebrowserImageBrowseUrl:roxyFileman+'?type=image', removeDialogTabs: 'link:upload;image:upload'}); }); </script> &… Re: I am trying to integrate roxyfileman with ckeditor Programming Web Development by davy_yg …;/script> <script> var roxyFileman = '/fileman/index.html'; $(function(){ CKEDITOR.replace( 'editor1',{filebrowserBrowseUrl:roxyFileman, filebrowserImageBrowseUrl:roxyFileman+'?type=image', removeDialogTabs: 'link:upload… Tinycme with File manager Programming Web Development by davy_yg …getElementById(field_name).value; if(tinyMCE.activeEditor.settings.language){ roxyFileman += '&langCode=' + tinyMCE.activeEditor.settings.language…; } tinyMCE.activeEditor.windowManager.open({ file: roxyFileman, title: 'Roxy Fileman', width: 850, height: … TinyMCE with CI Programming Web Development by davy_yg …getElementById(field_name).value; if(tinyMCE.activeEditor.settings.language){ roxyFileman += '&langCode=' + tinyMCE.activeEditor.settings.language…; } tinyMCE.activeEditor.windowManager.open({ file: roxyFileman, title: 'File Manager', width: 800, height: … Re: TinyMCE with CI Programming Web Development by davy_yg …getElementById(field_name).value; if(tinyMCE.activeEditor.settings.language){ roxyFileman += '&langCode=' + tinyMCE.activeEditor.settings.language…; } tinyMCE.activeEditor.windowManager.open({ file: roxyFileman, title: 'File Manager', width: 800, height: … Customize Filemanager to upload pdf Programming Web Development by davy_yg … me with the customization? Please read this quickly: http://www.roxyfileman.com/custom-integration and Here is my custom.js: function…. For more details see the Installation instructions at http://www.roxyfileman.com/install."); } I do not know what to add… Re: pdf link in CI Programming Web Development by davy_yg I am using roxyfileman: http://www.roxyfileman.com/ attached to tinymce. Re: pdf link in CI Programming Web Development by cereal … configuration option `FILES_ROOT` in the conf.json file of the Roxyfileman, used to define the path in which upload the files… absolute to the document root of the website: * http://www.roxyfileman.com/install#config Looking at the HTML of the first… Re: TinyMCE with CI Programming Web Development by diafol http://archive.tinymce.com/wiki.php/Configuration:selector You can use a css selector Re: TinyMCE with CI Programming Web Development by davy_yg Okay. There is another prob. out of no where. If I write the selector : selector: 'textarea.number1', compare to this: selector: 'textarea'; It shows a completely different tinymce. I wonder why? (the firstone without image upload the second one with image upload)