I'm using the date text box, but the drop down calendar is huge and extends the field way beyond the length needed to hold the date value. Is there any way to shrink the size of the calendar?
I'm using the date text box, but the drop down calendar is huge and extends the field way beyond the length needed to hold the date value. Is there any way to shrink the size of the calendar?
You can customize the HTML and CSS
the HTML can be found in dijit/templates/Calendar.html and the CSS is part of the theme you use -- look for .dijitCalendar* rules in themes/dijit.css and themes/tundra I think we made it about as small as we thought we could.
can this calendar be customized....
How can this calendar be customized to show only 2 calendar years at the bottom, rather than 3 years?