Wijmo UI for the Web
treePanelWidth オプション

デフォルト値: 200

TreeViewの幅を決定する値。

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

関連トピック

参照

options タイプ
wijfileexplorer メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.