Wijmo UI for the Web
panel1 オプション
Defines collapsed, minSize, and scrollBars options for the top or left panel of the splitter.
シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: object
    returnsValue = $(".selector").wijsplitter("option", "panel1");
    
    //値を設定します
    var newValue; //タイプ: object
    $(".selector").wijsplitter("option", "panel1", newValue);
        
});
Javascript (Specification) 
var panel1 : object;
使用例
$("#vsplitter").wijsplitter({
panel1: {minSize: 50},
fullSplit: false,
collapsed: false,
scrollBars: "visible"
});

関連トピック

参照

options タイプ
panel_option Interface
wijsplitter jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.