Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
How to integrat ckfinder in Ckeditor.Already i was integrated ckeditor in asp.net..

Need help..
Posted
Comments
Sunasara Imdadhusen 27-Jun-14 1:56am    
What you tried till now!!!

1 solution

C#
//code behind

protected override void OnLoad(EventArgs e)
 { CKFinder.FileBrowser _FileBrowser = new CKFinder.FileBrowser();
_FileBrowser.BasePath = "../ckeditor/ckfinder/"; _
FileBrowser.SetupCKEditor(CKEditor1); //
_FileBrowser.SetupCKEditor(CKEditor2);do u have 2 ckediter then put this file in code behind
}


C#
//download ckfinder then put inside ckeditor folder..
//http://cksource.com/ckfinder/download
//delete fckeditor in aspx file inside ckfinder
//copy dll file inside bin file and paste into main […]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900