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 '|'.
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) | |
---|---|
|
$("#id").wijlightbox({ dialogButtons: 'close|fullSize' });