Wijmo UI for the Web
dropDownButtonMouseUp Event
wijmo.input.wijinputtext Namespace > options type : dropDownButtonMouseUp Event
Standard jQuery event object
The dropdownButtonMouseUp event handler. A function called when the mouse is released on the dropdown button.
Syntax
$(function () {
    // Set dropDownButtonMouseUp event handler function
    $(".selector").wijinputtext({
        dropDownButtonMouseUp : function (e) {
     
        }
    });
});
dropDownButtonMouseUp = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijinputtext jQuery Widget