-
Bug
-
Resolution: Fixed
-
Normal
-
3.1.1
-
Security Level: Jimmy
-
None
Steps to Reproduce
<button label="setday 5" onClick='cal.setDays(5)'/> <calendars id="cal" height="90%" days="1" width="800px" mold="default"/>
- click the button
- check .z-calendars-day-of-week-cnt with developer tool
Current Result
1st day: render a DIV
<div class="z-calendars-day-of-week-cnt">...</div>
after 2nd day: render a SPAN
<span class="z-calendars-day-of-week-cnt">...</span>
Expected Result
render them consistently