Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    // Set buttonCreating event handler function
    $(".selector").wijdialog({
        buttonCreating : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.