Wijmo UI for the Web
calloutFilled オプション

デフォルト値: false

コールアウトのクラススタイルを決定します。 true の場合、コールアウトの三角形が塗りつぶされます。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: boolean
    returnsValue = $(".selector").wijtooltip("option", "calloutFilled");
    
    //値を設定します
    var newValue; //タイプ: boolean
    $(".selector").wijtooltip("option", "calloutFilled", newValue);
        
});
Javascript (Specification) 
var calloutFilled : boolean;

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.