Wijmo UI for the Web
expanded オプション

デフォルト値: true

コンテンツパネルの表示状態を決定します。true の場合、コンテンツ要素は表示されています。

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

関連トピック

参照

options タイプ
wijexpander メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.