Wijmo UI for the Web
showing イベント
標準 jQuery イベントオブジェクト。
showing イベントハンドラ。 要素が表示される前に呼び出される関数。キャンセル可能。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijpopup({ 
        showing : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
showing = function ( 
   e : jQuery.Event
) { };

パラメータ

e
標準 jQuery イベントオブジェクト。
解説
これはキャンセル可能なイベントです。data.cancel = true に設定することで、要素の表示をキャンセルできます。

関連トピック

参照

options タイプ
wijpopup jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.