Wijmo UI for the Web
event Option

Default value: 'click'

The type of event to be used for selecting a tab.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijtabs("option", "event");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijtabs("option", "event", newValue);
        
});
Javascript (Specification) 
var event : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.