getOption( string $option )
Return the the requested option of the datepicker
Parameters:
- string $option: - the requested option or event.
API Tags:
Access: public
renderCalendar( string $element, [boolean $script = true], [boolean $echo = true] )
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
setEvent( string $event, string $code )
Set a JavaScript event for the datepicker
Parameters:
- string $event the event name
- string $code Javascript code:
API Tags:
Access: public
setOption( string $option, [mixed $value = null] )
Set the desired option for datepicker.
Parameters:
string $option option name
mixed $value:
API Tags:
Access: public