当前位置:Gxlcms > asp.net > ewebeditor在.net的使用方法

ewebeditor在.net的使用方法

时间:2021-07-01 10:21:17 帮助过:67人阅读

代码如下:<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> 
隐藏TextBox的方法,利用CSS来控制
代码如下:style="display:none" 

人气教程排行