What do I add to this to make it only show the image folder?
var finder = new CKFinder() ;
finder.BasePath = \'../application/library/ckfinder/\' ;
finder.SelectFunction = SetFileField ;
finder.Popup() ;
Thansk
E
var finder = new CKFinder() ;
finder.BasePath = \'../application/library/ckfinder/\' ;
finder.SelectFunction = SetFileField ;
finder.Popup() ;
Thansk
E
Re: opening to the image folder
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: opening to the image folder
E