I am extremely mystified. When I click the Image button on the CKEditor toolbar it pops up the Image Properties Dialog. The first edit box on the Image Info tab is for the URL. In FCKEditor there was a Browse Server button next to the edit box, but that does not appear in the CKEditor version.
So I had a look for it and in Image.js there it is - only for some unknown reason the style is hidden: true. So someone hid it. OK, I changed it to hidden: false so it shows up. But when I click on it nothing happens.
What's going on here? How can I get this to work?
So I had a look for it and in Image.js there it is - only for some unknown reason the style is hidden: true. So someone hid it. OK, I changed it to hidden: false so it shows up. But when I click on it nothing happens.
What's going on here? How can I get this to work?

Re: Problem with Image dialog
http://docs.cksource.com/ckeditor_api/s ... onfig.html
Re: Problem with Image dialog
Rich9 image.js files in folder?
sorry my english is not good,please!
Re: Problem with Image dialog
Re: Problem with Image dialog
filebrowserBrowseUrl : '/browser/browse.php'
Nothing happened. So I put it in the image.js file underneath the entry filebrowser : 'info:txtUrl'. Still nothing.
Why can't this be simple?????????????????????
Re: Problem with Image dialog
What if I want to open a web page instead of a php thingymabob?
Re: Problem with Image dialog
But I still can't find browser.php anywhere.
What if I want to open a web page instead of a php thingymabob?
Re: Problem with Image dialog
http://docs.cksource.com/CKEditor_3.x/D ... ploader%29