2

我需要 DateText 框的 Dojo 代码和旁边的日历图标,当我单击该图标时,我应该得到日历,并且我应该能够从日历中选择日期。我试过 dijit.form.DateTextBox ,但它没有给出日历 Icon 。你能帮我么 。

谢谢你,阿玛纳斯。

4

1 回答 1

5

您可以将其dijit.form.DateTextBox与以下 css 一起使用。

.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

于 2012-07-11T15:12:44.863 回答