Wijmo UI for the Web
vScrollerActivating Event
Standard jQuery event object
Information about an event
A function called when the vertical scrollbar is activating.
Syntax
Javascript (Usage) 
$(function () {
    // Set vScrollerActivating event handler function
    $(".selector").wijsuperpanel({
        vScrollerActivating : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
vScrollerActivating = function ( 
   e : jQuery.Event,
   data : IVScrollerActivatingEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijsuperpanel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.