Wijmo UI for the Web
ctrlButtons Option

Default value: ""

Determines the visibility of the control buttons. Possible values are: 'play', 'stop' separated by '|'.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlightbox("option", "ctrlButtons");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlightbox("option", "ctrlButtons", newValue);
        
});
Javascript (Specification) 
var ctrlButtons : string;
Example
$("#id").wijlightbox({
     ctrlButtons: 'play|stop'
 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.