onDateClear

fires on clicking the Clear button

void onDateClear();

Example

$$("calendar1").attachEvent("onDateClear", function(){
    //some code here 
});

See also
  • Articles
  • Back to top