wijmo.editor.wijeditor Namespace > options type : commandButtonClick Event |
Javascript (Usage) | |
---|---|
$(function () { // Set commandButtonClick event handler function $(".selector").wijeditor({ commandButtonClick : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
commandButtonClick = function ( e : jQuery.Event, data : ICommandButtonClickEventArgs ) { }; |