Wijmo UI for the Web
open イベント
標準 jQuery イベントオブジェクト。
ダイアログが開いたときに発生します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijdialog({ 
        open : function (e) { 
     
        } 
    });
});
Javascript (Specification) 
open = function ( 
   e : jQuery.Event
) { };

パラメータ

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

関連トピック

参照

options タイプ
wijdialog メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.