调用编辑器: <iframe id="txtTexts" src="../../eWebEditor/ewebeditor.htm?id=TextBody&style=coolblue"
frameborder="0" width="100%" scrolling="no" height="400"></iframe>
调用 时间控件
<script src="/resources/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
<asp:TextBox ID="txtBirthData" runat="server" MaxLength="20" onFocus="WdatePicker({isShowClear:false,readOnly:true})"
Style="border-color: #7EACB1; border-width: 1px; border-style: Solid; height: 21px;
width: 130px; text-align: left;"></asp:TextBox>
本文介绍了一种将富文本编辑器与日期选择器集成到Web应用中的方法。通过具体的代码示例,展示了如何使用eWebEditor作为富文本编辑器,并引入My97DatePicker作为日期选择组件。此外,还提供了ASP.NET环境下集成这些组件的具体实现。
164

被折叠的 条评论
为什么被折叠?



