Wijmo UI for the Web
afterCollapse イベント
標準 jQuery イベントオブジェクト。
コンテンツ領域が折りたたまれた後に発生します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijexpander({ 
        afterCollapse : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
afterCollapse = function ( 
   e : jQuery.Event
) { };

パラメータ

e
標準 jQuery イベントオブジェクト。

関連トピック

参照

options タイプ
wijexpander メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.