Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要 DateText 框的 Dojo 代码和旁边的日历图标,当我单击该图标时,我应该得到日历,并且我应该能够从日历中选择日期。我试过 dijit.form.DateTextBox ,但它没有给出日历 Icon 。你能帮我么 。
谢谢你,阿玛纳斯。
您可以将其dijit.form.DateTextBox与以下 css 一起使用。
dijit.form.DateTextBox
.dijitDateTextBox .dijitArrowButtonInner { background: transparent url(PATH_TO_IMAGE) center center no-repeat; width: 16px; margin: 0; }
互联网上有您可以使用的图标。确保许可证适用于您正在处理的应用程序。
我过去使用过这些:
http://www.freeiconsweb.com/Free-Downloads.asp?id=66