Mis-Named

This section is really sort of misnamed. It refers to the data available to use inside of a callback function.

Callback arguments

Callbacks are called with “this” being set to the DateBox widget object.

Additionally, the callback is called with an arguments[0] of useful DateBox data.

Finally, “closeCallbackArgs” is appended. For the open callback “openCallbackArgs” is used.

The first argument to any callback function, open or close, is an object of “useful” DateBox values. They are:

Useful widget (this) methods and variables

Variables

Methods

Of course, all the public functions listed in the API can be called directly.

Some “private” methods that might be useful (and possibly destructive) are: