Wijmo UI for the Web
showLabel オプション

デフォルト値: true

ラベルを表示するかどうかを示す値。

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.