在 CKEditor 中加载 HTML
有人可以向我解释如何将 HTML 加载到 CKEditor 中吗?
我在 asp.net 页面中有一个使用 ajaxtoolkit 的编辑器。我有一个 AsyncFileUpload 控件,允许用户上传我读取的 HTML 文件,并将值分配给编辑器的 Value 属性(这似乎是将数据加载到控件中的方法)。但是,这不会加载 HTML ?!?
我尝试了几种不同的方法,但它们或多或少都归结为这一点......
editorCorps.Value = Server.HtmlEncode(html)
或者只是
editorCorps.Value = html
提前致谢, 山姆
Could someone explain to me how to load HTML into the CKEditor?
I have an editor in an asp.net page using the ajaxtoolkit. I have a AsyncFileUpload control that allows the user to upload an HTML file which I read and assign the value to the editor's Value property (which appears to be the way to load data into the control). However, this doesn't load the HTML ?!?
I've tried several different methods, but they all come down to this more or less...
editorCorps.Value = Server.HtmlEncode(html)
or simply
editorCorps.Value = html
Thanks in advance,
Sam
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论