能否提供一个ewebeditor+ASP.NET代码的例子?
如题? --------------------编程问答-------------------- 来个人,说个话!~ --------------------编程问答-------------------- jf --------------------编程问答-------------------- 我用的是FCKeditor编辑器。 --------------------编程问答-------------------- 发表于:2007-11-26 09:06:423楼 得分:0我用的是FCKeditor编辑器。
======================
我现在想用ewebeditor编辑器,之前有用过asp的,可asp.net中用了这个ewebeditor编辑器就不能提交数据了
所以,请谁给个ewebeditor编辑器的应用例子好吗? --------------------编程问答-------------------- 顶 --------------------编程问答--------------------
引用
<asp:HiddenField ID="HiddenContent" runat="server" />
<iframe id="HtmlEditor" src="../WebEditor/HtmlEditor.aspx?id=content2&style=standard" frameBorder="0" width="500px" scrolling="no"
height="300"></iframe>
点击提交按钮后,通过脚本赋值,最后提交
document.getElementById("<%=HiddenContent.ClientID %>").value = window.frames["HtmlEditor"].getHTML(); --------------------编程问答-------------------- 我这里有个 http://download.csdn.net/source/433019 你去看看吧 挺好的 --------------------编程问答-------------------- http://download.csdn.net/source/433019
看看吧 我整了下 --------------------编程问答-------------------- 哦也用了就是调用不出来
补充:.NET技术 , ASP.NET