【文件属性】:
文件名称:CKEditor3.6.2+CKFinder2.1 最新破解版
文件大小:1.43MB
文件格式:RAR
更新时间:2014-11-27 11:57:26
CKEditor3.6.2+CKFinder2.1 最新破解版
http://www.cnblogs.com/zengxiangzhan/archive/2010/03/10/1682702.html
CKEditor3.6.2+CKFinder2.1 最新破解版:
<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
protected override void OnLoad(EventArgs e)
{
CKFinder.FileBrowser _FileBrowser = new CKFinder.FileBrowser();
_FileBrowser.BasePath = "/ckfinder/";
_FileBrowser.SetupCKEditor(editor1);
}
ckfinder/config.ascx
public override bool CheckAuthentication()
{
//return false; 改这里
// return HttpContext.Current.User.Identity.IsAuthenticated; 更安全
return true;
}
SetConfig():
BaseUrl = "~/ckfinder/userfiles/";