Wijmo UI for the Web
drag Event
Standard jQuery event object
Triggered while the dialog is being dragged.
Syntax
Javascript (Usage) 
$(function () {
    // Set drag event handler function
    $(".selector").wijdialog({
        drag : function (e) {
     
        }
    });
});
Javascript (Specification) 
drag = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.