ewebeditor在.net的使用方法
发布时间:2016-12-29 来源:查字典编辑
摘要:复制代码代码如下:隐藏TextBox的方法,利用CSS来控制复制代码代码如下:style="display:none"
复制代码 代码如下:<asp:textboxid="TextBox3"runat="server"CssClass="TextBox"></asp:textbox>
<iframeid="eWebEditor1"src="editor/ewebeditor.asp?id=TextBox3&style=s_light"frameBorder="0"width="550"scrolling="no"height="350"></iframe>
隐藏TextBox的方法,利用CSS来控制
复制代码 代码如下:style="display:none"