This is the PopupCalendar class. It is wrapper to use JS Calendar.
Thanks for Mihai Bazon
This widget is actually just a wrapper that puts JS Calendar into a thyPanel and makes it compatible with thyAPI.
onchange | invoked when the date is changed |
This is the PopupCalendar class. | |
Initialization Method | |
Sets the default format for displaying | |
Returns the actual timestamp formatted with the actual format string | |
Return the timestamp of this field | |
Turns the EditBox into ReadOnly mode | |
Overloaded method that sets the field using timestamp and format. | |
Overloaded method that returns the timestamp | |
Event that handles clicks on dates. |
Initialization Method
p.initThyPopupCalendar = function ()
Sets the default format for displaying
p.setFormat = function ( format )
Returns the actual timestamp formatted with the actual format string
p.getFormatted = function ()
Return the timestamp of this field
p.getTimestamp = function ( miliseconds )
Turns the EditBox into ReadOnly mode
p._setReadOnly = function ()
Overloaded method that sets the field using timestamp and format.
p._populateContents = function ( data )
Overloaded method that returns the timestamp
p._sweepOutContents = function ()
Event that handles clicks on dates.
p._calendarOnSelect = function ()