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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijdialog("option", "closeText"); // Set value var newValue; // Type: string $(".selector").wijdialog("option", "closeText", newValue); }); |
Javascript (Specification) | |
---|---|
|