Did you try setting the Toolbar property on the control? Set Toolbar="Full". you should see the toolbar as well. They have some good configuration document on the site as well for the various config settings.
many thanks, the problem was that!! Now I'm tring to intergate ckfinder. Under my web site directory I have CKFinder directory I insert in load event page the default basepath code as follow:
Dim _FileBrowser = New CKFinder.FileBrowser() _FileBrowser.BasePath = "/CKFinder/" _FileBrowser.SetupCKEditor(CKEditor1)
but when I push the image button and then "browse" button the application can't find the file (error 404) I try to change the basepath but I can't understand what file its looking for.. Can U help me??
Re: ckeditor fir asp.net doesn't work
Re: ckeditor fir asp.net doesn't work
Now I'm tring to intergate ckfinder.
Under my web site directory I have CKFinder directory
I insert in load event page the default basepath code as follow:
Dim _FileBrowser = New CKFinder.FileBrowser()
_FileBrowser.BasePath = "/CKFinder/"
_FileBrowser.SetupCKEditor(CKEditor1)
but when I push the image button and then "browse" button the application can't find the file (error 404)
I try to change the basepath but I can't understand what file its looking for..
Can U help me??
Re: ckeditor fir asp.net doesn't work
with IIS it find the correct path