Wijmo UI for the Web
showThumbnailCaptions オプション

デフォルト値: false

ギャラリーにサムネイルのキャプションを表示するかどうかを決定します。

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

関連トピック

参照

options タイプ
wijgallery メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.