| wijmo.editor.wijeditor 名前空間 > options タイプ : commandButtonClick イベント |
| Javascript (Usage) | |
|---|---|
$(function () { %JQueryMemberName%イベントハンドラ関数を設定する $(".selector").wijeditor({ commandButtonClick : function (e, data) { } }); }); | |
| Javascript (Specification) | |
|---|---|
commandButtonClick = function ( e : jQuery.Event, data : ICommandButtonClickEventArgs ) { }; | |