Wijmo UI for the Web
addHoverItemClass オプション

デフォルト値: true

addHoverItemClass オプションは、リスト項目にマウスを合わせたときに "ui-state-hover" クラスがリスト項目に適用されるかどうかを決定します。

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

関連トピック

参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.