Example #1
fnInitCalendar(this, 'txtCalendarFirst', 'close=true')
Example #2
fnInitCalendar(this, 'txtCalendarSecond', 'year=1900,month=1')
Example #3
fnInitCalendar(this, 'txtCalendarThird', 'top=20,left=20,drag=false')
Example #4
fnInitCalendar(this, 'txtCalendarFourth', 'style=calendar_blue.css,instance=single')
Example #5
fnInitCalendar(this, 'txtCalendarFifth', 'style=calendar_green.css,instance=single')
Example #6
fnInitCalendar(this, 'txtCalendarSixth', 'expiry=true,close=true')
Example #7
fnInitCalendar(this, 'txtCalendarSeventh', 'restrict=true,close=true')
Example #8
fnInitCalendar(this, 'txtCalendarEighth', 'expiry=true,elapse=-2,restrict=true,limit=2,close=true')