用法:
inset
类型:Boolean
默认:
false
添加插入列表样式。
此选项也作为数据属性公开:data-inset="true"
。
代码示例:
使用指定的 inset
选项初始化列表视图:
$( ".selector" ).listview({
inset: true
});
初始化后获取或设置inset
选项:
// Getter
var inset = $( ".selector" ).listview( "option", "inset" );
// Setter
$( ".selector" ).listview( "option", "inset", true );
相关用法
- JQuery Mobile Listview initSelector用法及代码示例
- JQuery Mobile Listview icon用法及代码示例
- JQuery Mobile Listview refresh用法及代码示例
- JQuery Mobile Listview classes用法及代码示例
- JQuery Mobile Listview filterPlaceholder用法及代码示例
- JQuery Mobile Listview filter用法及代码示例
- JQuery Mobile Listview countTheme用法及代码示例
- JQuery Mobile Listview theme用法及代码示例
- JQuery Mobile Listview filterTheme用法及代码示例
- JQuery Mobile Listview dividerTheme用法及代码示例
- JQuery Mobile Listview create( event, ui )用法及代码示例
- JQuery Mobile Listview filterReveal用法及代码示例
- JQuery Mobile Listview filterCallback用法及代码示例
- JQuery Mobile Listview defaults用法及代码示例
- JQuery Mobile Listview autodividersSelector用法及代码示例
- JQuery Mobile Listview splitTheme用法及代码示例
- 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 inset。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。