Wijmo UI for the Web
clickPause Option

Default value: false

Determines whether to pause the auto-play when clicking the content.

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

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.