基础应用

关注公众号 jb51net

关闭
首页 > 网络编程 > ASP.NET > 基础应用 >

ewebeditor在.net的使用方法

作者:

ewebeditor在.net的使用方法
复制代码 代码如下:
<asp:textbox id="TextBox3" runat="server" CssClass="TextBox"></asp:textbox> 
<iframe id="eWebEditor1" src="editor/ewebeditor.asp?id=TextBox3&amp;style=s_light" frameBorder="0" width="550" scrolling="no" height="350"></iframe>
 
隐藏TextBox的方法,利用CSS来控制
复制代码 代码如下:
style="display:none" 

阅读全文