onDateClear

fires on clicking the 'Clear' button

void onDateClear();

Example

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

See also
  • Articles
  • Back to top