加入收藏 | 设为首页 | 会员中心 | 我要投稿 源码网 (https://www.900php.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > Asp教程 > 正文

ewebeditor在.net的使用方法

发布时间:2021-07-17 15:02:20 所属栏目:Asp教程 来源:互联网
导读:asp:textboxid="TextBox3"runat="server"CssClass="TextBox"/asp:textbox iframeid="eWebEditor1"src="editor/ewebeditor.asp?id=TextBox3style=s_light"frameBorder="0"width="550"scrolling="no"height="350"/iframe 隐藏TextBox的方法,利用CSS来控制

<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" 

(编辑:源码网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    热点阅读