ewebeditor在.net的使用方法
更新时间:2006年11月04日 00:00:00 作者:
复制代码 代码如下:
<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>
<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"
相关文章
ASP.NET2.0+SQL Server2005构建多层应用
ASP.NET2.0+SQL Server2005构建多层应用...2006-12-12
最新评论