Wijmo UI for the Web
showExpander オプション

デフォルト値: true

wijsplitter ウィジェットのエキスパンダーが表示されるかどうかを決定するブール値。

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.