Wijmo UI for the Web
tabTemplate オプション

デフォルト値: ""

新しいタブを作成して追加するための元となる HTML テンプレート。 プレースホルダの #{href} と #{label} は、add メソッドに引数として渡された URL とタブのラベルに置換されます。

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.