Wijmo UI for the Web
dialogButtons Option

Default value: 'close'

Determines the visibility of the dialog buttons. Possible values are: 'close', 'fullSize' separated by '|'.

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

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.