wijmo.dialog.wijdialog Namespace > options type : dragStop Event |
Javascript (Usage) | |
---|---|
$(function () { // Set dragStop event handler function $(".selector").wijdialog({ dragStop : function (e) { } }); }); |
Javascript (Specification) | |
---|---|
dragStop = function ( e : jQuery.Event ) { }; |