Wijmo UI for the Web
collapsingPanel オプション

デフォルト値: 'panel1'

スプリッタのエキスパンダーをクリックした後に折りたたまれるパネルを指定します。有効な値は、"panel1" と "panel2" です。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijsplitter("option", "collapsingPanel");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijsplitter("option", "collapsingPanel", newValue);
        
});
Javascript (Specification) 
var collapsingPanel : string;
使用例
$('.selector' ).wijsplitter({collapsingPanel: "panel1"});

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.