wijmo.tooltip 名前空間 > wijtooltip タイプ : showAt メソッド |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; //タイプ: any // パラメータ var point; //タイプ: object returnsValue = $(".selector").wijtooltip("showAt", point); }); |
Javascript (Specification) | |
---|---|
function showAt( point : object ) : any; |
// {x: 100, y: 120} の位置にツールチップを表示します。$("#tooltip").wijtooltip("showAt", {x:100, y:120});