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