Defines collapsed, minSize, and scrollBars options for the bottom or right panel of the splitter.
シンタックス
Javascript (Usage) | |
---|
$(function () {
//値を取得する
var returnsValue; //タイプ: object
returnsValue = $(".selector").wijsplitter("option", "panel2");
//値を設定します
var newValue; //タイプ: object
$(".selector").wijsplitter("option", "panel2", newValue);
});
|
Javascript (Specification) | |
---|
var panel2 : object;
|
使用例
$("#vsplitter").wijsplitter({
panel2: {minSize: 50},
fullSplit: false,
collapsed: true,
scrollBars: "hidden"
});
関連トピック
参照
options タイプ
panel_option インターフェース
wijsplitter jQuery ウィジェット