首页 > 编程 > .NET > 正文

ewebeditor在.net的使用方法

2020-01-18 01:47:48
字体:
来源:转载
供稿:网友
复制代码 代码如下:
<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" 

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表