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

パラメータ

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.