当前位置:主页 > 软件编程 > .NET代码 >

ewebeditor在.net的使用方法

时间:2021-05-30 08:44:13 | 栏目:.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" 

您可能感兴趣的文章:

相关文章