Wijmo UI for the Web
header フィールド

デフォルト値: '> li > :first-child,> :not(li):even'

ヘッダ要素のセレクターを決定します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijaccordion("option", "header");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijaccordion("option", "header", newValue);
        
});
Javascript (Specification) 
var header : string;
解説
このオプションを設定して、選択したHTMLタグ内にヘッダー要素とコンテンツ要素を配置します。デフォルトでは、ヘッダーは要素の後の最初の子、<LI> コンテンツは2番目の子 のHTMLマークアップになります。

関連トピック

参照

options タイプ
wijaccordion メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.