Wijmo UI for the Web
hiding イベント
jQuery.Event オブジェクト。
wijtooltip ウィジェット。
ツールチップが非表示になる前に発生します。data.cancel = true に設定した場合、ツールチップは非表示になりません。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijtooltip({ 
        hiding : function (event, ui) { 
     
        } 
    });
});
Javascript (Specification) 
hiding = function ( 
   event : any,
   ui : any
) { };

パラメータ

event
jQuery.Event オブジェクト。
ui
wijtooltip ウィジェット。

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.