Wijmo UI for the Web
commandButtonClick Event
wijmo.editor.wijeditor Namespace > options type : commandButtonClick Event
Standard jQuery event object
Information about an event
Occurs when the command button is clicked.
Syntax
$(function () {
    // Set commandButtonClick event handler function
    $(".selector").wijeditor({
        commandButtonClick : function (e, data) {
     
        }
    });
});
commandButtonClick = function ( 
   e : jQuery.Event,
   data : ICommandButtonClickEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijeditor jQuery Widget