文件名称:WinForms-CKEditorControl:CKEditor Control for Windows Forms应用程序的示例用法
文件大小:526KB
文件格式:ZIP
更新时间:2024-05-22 06:43:55
CSS
WinForms-CKEditorControl 用于Windows窗体应用程序的CKEditor控件,带有示例用法。 配置 : 在具有所需资源和插件的html页面中设置CkEditor的工作版本之后。 在html主页的主体中添加以下两个javascript函数。 function getContent(){ return CKEDITOR.instances.editor.getData(); } function setContent(content) { CKEDITOR.instances.editor.setData(content); } 这些功能稍后将用于从CKEditor面板中注入和检索html。 用法 : var curDir = Directory.GetCurrentDirectory(); var ckEditorUri = new Uri($"fi