Specifying the Width and Height doesn't seem to be working.
My code is
My code is
CKFinder.Popup({
Width: 200,
Height: 300,
RememberLastFolder: false,
SelectFunction: "fileManagerCallback"
}) ;

Re: popup width and height don't seem to be working
should do the trick.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: popup width and height don't seem to be working
Re: popup width and height don't seem to be working
CKFinder.Popup({ BasePath : '/ckfinder/', RememberLastFolder: false, SelectFunction: "SetFileField" }, 200, 300) ;(an object is passed as the first argument, then width and height).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+