Return the the requested option of the datepicker
Parameters:

  • string $option: - the requested option or event.

API Tags:
Access: public

Main method which do everthing for the datepicker. Should be called after all settings are done.

Parameters:

  • string $element: The DOM element on which datepicker should be applied
  • boolean $script: - if set to false the script tag: <script type='text/javascript'> will not be included.
  • boolean $echo: if set to false the result is not echoed but returned

API Tags:
Access: public

Set a JavaScript event for the datepicker
Parameters:

  • string $event the event name
  • string $code Javascript code:

API Tags:
Access: public


Set the desired option for datepicker.
Parameters:
string $option option name
mixed $value:

API Tags:
Access: public