Dojo DateTextBox 可选文本
我有一个 Dojo DateTextBox,根据要求也将允许在日期之后的时间。
<input type="text" name="date1" id="date1" value="" dojoType="dijit.form.DateTextBox" constraints="{datePattern:'dd MMM yyyy HHmm'}" required="false" />
这一切都很好。我想知道的是默认情况下 dojo 禁用了文本选择。我无法突出显示文本或将光标放在我想要的位置。它始终显示在选择的末尾,您必须使用箭头键移动选择。有没有办法让日期文本框像带有日历的文本框一样工作?谢谢
I have a Dojo DateTextBox that per requirement will also allow a time after the date.
<input type="text" name="date1" id="date1" value="" dojoType="dijit.form.DateTextBox" constraints="{datePattern:'dd MMM yyyy HHmm'}" required="false" />
This all works fine. What I want to know is by default dojo has text selection disabled. I can not highlight the text or put the cursor where I want it. It always displays at the end of the selection and you have to use the arrow keys to move the selection. Is there a way to make it so the datetextbox works like a text box with a calendar? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来像一个错误。请在 bugs.dojotoolkit.org 提交票证并参考签入 [24131]
looks like a bug. please file a ticket at bugs.dojotoolkit.org and reference checkin [24131]