| wijmo.fileexplorer.wijfileexplorer 名前空間 > options タイプ : treePanelWidth オプション |
デフォルト値: 200
TreeViewの幅を決定する値。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: number returnsValue = $(".selector").wijfileexplorer("option", "treePanelWidth"); //値を設定します var newValue; //タイプ: number $(".selector").wijfileexplorer("option", "treePanelWidth", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |