2012-07-11 43 views
2

我需要爲DateText框和日曆圖標旁邊的日曆圖標以及當我點擊該圖標時我應該獲取日曆,我應該能夠從日曆中選擇日期。我已經嘗試使用dijit.form.DateTextBox,但它沒有給日曆圖標。你能幫我麼 。需要使用Dojo的文本框旁邊的日曆圖標

謝謝, Amarnath。

回答

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

+0

謝謝Craig.its的工作,我可以顯示日曆圖標。 – Amarnath 2012-07-11 20:29:59

相關問題