![]() |
Xataface Datepicker Module 0.1
jQuery Datepicker Widget for Xataface
|
The datepicker module core class. More...
Public Member Functions | |
__construct () | |
Initializes the datepicker module and registers all of the event listener. | |
getBaseURL () | |
Returns the base URL to this module's directory. Useful for including Javascripts and CSS. |
The datepicker module core class.
This class is loaded whenever the module is active. It loads the appropriate dependencies and registers the datepicker widget.
Definition at line 31 of file datepicker.php.
__construct | ( | ) |
Initializes the datepicker module and registers all of the event listener.
Definition at line 47 of file datepicker.php.
getBaseURL | ( | ) |
Returns the base URL to this module's directory. Useful for including Javascripts and CSS.
Definition at line 74 of file datepicker.php.