Wijmo UI for the Web
showAt メソッド
ツールチップを表示する位置を示すポイント値。
指定した位置にツールチップを表示します。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: any
    // パラメータ
    var point; //タイプ: object
    
    returnsValue = $(".selector").wijtooltip("showAt", point);
});
Javascript (Specification) 
function showAt( 
   point : object
) : any;

パラメータ

point
ツールチップを表示する位置を示すポイント値。
使用例
// {x: 100, y: 120} の位置にツールチップを表示します。$("#tooltip").wijtooltip("showAt", {x:100, y:120});

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.