Wijmo UI for the Web
buttonCreating Event
wijmo.dialog.wijdialog Namespace > options type : buttonCreating Event
jQuery Event object
Buttons array that will be created.
The buttonCreating event is called before the caption buttons are created. It can be used to change the array of the buttons or to change, add, or remove buttons from the title bar.
Syntax
$(function () {
    // Set buttonCreating event handler function
    $(".selector").wijdialog({
        buttonCreating : function (e, data) {
     
        }
    });
});
buttonCreating = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
jQuery Event object
data
Buttons array that will be created.
See Also

Reference

options type
wijdialog jQuery Widget