Wijmo UI for the Web
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
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) 
var closeText : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.