Wijmo UI for the Web
dialogButtons Option
wijmo.lightbox.wijlightbox Namespace > options type : dialogButtons Option

Default value: 'close'

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlightbox("option", "dialogButtons");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlightbox("option", "dialogButtons", newValue);
        
});
var dialogButtons : string;
Example
$("#id").wijlightbox({
     dialogButtons: 'close|fullSize'
 });
See Also

Reference

options type
wijlightbox jQuery Widget