Wijmo UI for the Web
selectedIndexChanging Event
The jQuery.Event object.
The data with this event.
A function called when the selected index of the comboBox is about to change. Cancellable. If return false, the select operation will be canceled.
Syntax
Javascript (Usage) 
$(function () {
    // Set selectedIndexChanging event handler function
    $(".selector").wijcombobox({
        selectedIndexChanging : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
selectedIndexChanging = function ( 
   e : Object,
   data : IselectedEventArgs
) { };

Parameters

e
The jQuery.Event object.
data
The data with this event.

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.