wijmo.list.wijlist Namespace > options type : addHoverItemClass Option |
Default value: true
The addHoverItemClass option determines whether the "ui-state-hover" class is applied to a list item on mouse over.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijlist("option", "addHoverItemClass"); // Set value var newValue; // Type: boolean $(".selector").wijlist("option", "addHoverItemClass", newValue); }); |
Javascript (Specification) | |
---|---|
var addHoverItemClass : boolean; |