ewebeditor在.net如何使用
人气:0想了解ewebeditor在.net怎样使用的相关内容吗,在本文为您仔细讲解的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:ewebeditor在.net如何使用,下面大家一起来学习吧。
复制代码 代码如下:
<asp:textbox id="TextBox3" runat="server" CssClass="TextBox"></asp:textbox>
<iframe id="eWebEditor1" src="editor/ewebeditor.asp?id=TextBox3&style=s_light" frameBorder="0" width="550" scrolling="no" height="350"></iframe>
<iframe id="eWebEditor1" src="editor/ewebeditor.asp?id=TextBox3&style=s_light" frameBorder="0" width="550" scrolling="no" height="350"></iframe>
隐藏TextBox的方法,利用CSS来控制
复制代码 代码如下:
style="display:none"
加载全部内容