Wijmo UI for the Web
showControlsOnHover Option

Default value: false

Determines whether the controls should be shown after created or when hovering on the dom element.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijcarousel("option", "showControlsOnHover");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcarousel("option", "showControlsOnHover", newValue);
        
});
Javascript (Specification) 
var showControlsOnHover : boolean;
Example
$("#element").wijcarousel( { showControlsOnHover: true } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcarousel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.