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