现在的位置: 首页 > 综合 > 正文

My97DatePicker时间控件和编辑器的调用

2018年02月15日 ⁄ 综合 ⁄ 共 605字 ⁄ 字号 评论关闭

调用编辑器:  <iframe id="txtTexts" src="../../eWebEditor/ewebeditor.htm?id=TextBody&amp;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>

 

抱歉!评论已关闭.