Wijmo UI for the Web
closeText Option
wijmo.dialog.wijdialog Namespace > options type : closeText Option

Default value: 'Close'

Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijdialog("option", "closeText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijdialog("option", "closeText", newValue);
        
});
var closeText : string;
See Also

Reference

options type
wijdialog jQuery Widget