Wijmo UI for the Web
buttons Option

Default value: []

Specifies which buttons should be displayed on the dialog. The context of the callback is the dialog element; if you need access to the button, it is available as the target of the event object.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  []
    returnsValue = $(".selector").wijdialog("option", "buttons");
    
    // Set value
    var newValue; // Type:  []
    $(".selector").wijdialog("option", "buttons", newValue);
        
});
Javascript (Specification) 
var buttons : ;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.