Wijmo UI for the Web
dropDownOpen Event
wijmo.input.wijinputdate Namespace > options type : dropDownOpen Event
Standard jQuery event object
The dropdownOpen event handler. A function called before the widget's dropdown opened.
Syntax
$(function () {
    // Set dropDownOpen event handler function
    $(".selector").wijinputdate({
        dropDownOpen : function (e) {
     
        }
    });
});
dropDownOpen = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijinputdate jQuery Widget