首页 > 编程 > .NET > 正文

ewebeditor在.net的使用方法

2024-07-10 12:40:27
字体:
来源:转载
供稿:网友
代码如下:<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" 
上一篇:VS2003 SP1发布

下一篇:内容添加asp.net

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