jQuery.wijmo.wijeditor Namespace > options type : commandButtonClick Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.commandButtonClick = function(e, data) { }; |
Javascript (Specification) | |
---|---|
commandButtonClick = function ( e : jQuery.Event, data : ICommandButtonClickEventArgs ) { }; |