用法:
countTheme
類型:String
默認:
null, inherited from parent
此選項在 1.4.0 中已棄用,並將在 1.5.0 中刪除。
設置列表項計數氣泡的配色方案(樣本)。它接受來自a-z 的單個字母,該字母映射到您的主題中包含的樣本。
可能的值:樣本字母 (a-z)。
此選項也作為數據屬性公開:data-count-theme="b"
。
代碼示例:
使用指定的 countTheme
選項初始化列表視圖:
$( ".selector" ).listview({
countTheme: "b"
});
初始化後獲取或設置countTheme
選項:
// Getter
var countTheme = $( ".selector" ).listview( "option", "countTheme" );
// Setter
$( ".selector" ).listview( "option", "countTheme", "b" );
相關用法
- JQuery Mobile Listview classes用法及代碼示例
- JQuery Mobile Listview create( event, ui )用法及代碼示例
- JQuery Mobile Listview refresh用法及代碼示例
- JQuery Mobile Listview icon用法及代碼示例
- JQuery Mobile Listview filterPlaceholder用法及代碼示例
- JQuery Mobile Listview filter用法及代碼示例
- JQuery Mobile Listview theme用法及代碼示例
- JQuery Mobile Listview filterTheme用法及代碼示例
- JQuery Mobile Listview inset用法及代碼示例
- JQuery Mobile Listview dividerTheme用法及代碼示例
- JQuery Mobile Listview filterReveal用法及代碼示例
- JQuery Mobile Listview filterCallback用法及代碼示例
- JQuery Mobile Listview defaults用法及代碼示例
- JQuery Mobile Listview autodividersSelector用法及代碼示例
- JQuery Mobile Listview splitTheme用法及代碼示例
- JQuery Mobile Listview initSelector用法及代碼示例
- JQuery Mobile Listview splitIcon用法及代碼示例
- JQuery Mobile Listview hideDividers用法及代碼示例
- JQuery Mobile Listview disabled用法及代碼示例
- JQuery Mobile Loader html用法及代碼示例
- JQuery Mobile Loader hide用法及代碼示例
- JQuery Mobile Loader theme用法及代碼示例
- JQuery Mobile Loader text用法及代碼示例
- JQuery Mobile Loader defaults用法及代碼示例
- JQuery Mobile Loader classes用法及代碼示例
注:本文由純淨天空篩選整理自jquerymobile.com大神的英文原創作品 Listview countTheme。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。