mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
docs(demos): rename three-line-list to multiline list
This commit is contained in:
@ -46,7 +46,7 @@ import {BasicListsPage,
|
|||||||
BasicDividersPage,
|
BasicDividersPage,
|
||||||
BasicInsetListsPage,
|
BasicInsetListsPage,
|
||||||
ListHeadersPage,
|
ListHeadersPage,
|
||||||
ThreeLineListsPage,
|
MultilineListsPage,
|
||||||
ThumbnailListsPage} from './lists/lists';
|
ThumbnailListsPage} from './lists/lists';
|
||||||
|
|
||||||
import {MenusPage} from './menus/menus';
|
import {MenusPage} from './menus/menus';
|
||||||
@ -152,7 +152,7 @@ export function getPageFor(hash) {
|
|||||||
'list-dividers': BasicDividersPage,
|
'list-dividers': BasicDividersPage,
|
||||||
'inset-list': BasicInsetListsPage,
|
'inset-list': BasicInsetListsPage,
|
||||||
'list-headers': ListHeadersPage,
|
'list-headers': ListHeadersPage,
|
||||||
'three-line-list': ThreeLineListsPage,
|
'multiline-list': MultilineListsPage,
|
||||||
'thumbnail-list': ThumbnailListsPage,
|
'thumbnail-list': ThumbnailListsPage,
|
||||||
|
|
||||||
'menus': MenusPage,
|
'menus': MenusPage,
|
||||||
|
@ -64,10 +64,10 @@ export class AvatarListsPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'lists/three-lists.html',
|
templateUrl: 'lists/multiline-lists.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
})
|
})
|
||||||
export class ThreeLineListsPage {
|
export class MultilineListsPage {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
<ion-navbar *navbar hide-back-button class="show-navbar android-attr">
|
<ion-navbar *navbar hide-back-button class="show-navbar android-attr">
|
||||||
<ion-title>Three-line Items</ion-title>
|
<ion-title>Multiline Items</ion-title>
|
||||||
</ion-navbar>
|
</ion-navbar>
|
||||||
|
|
||||||
<ion-content class="has-header">
|
<ion-content class="has-header">
|
||||||
@ -37,6 +37,10 @@
|
|||||||
<p>Was scavaging around the other day and...</p>
|
<p>Was scavaging around the other day and...</p>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
|
</ion-list>
|
||||||
|
|
||||||
|
|
||||||
|
<ion-list>
|
||||||
<ion-header>
|
<ion-header>
|
||||||
Last Week
|
Last Week
|
||||||
</ion-header>
|
</ion-header>
|
||||||
@ -67,6 +71,7 @@
|
|||||||
<h3>You're My Only Hope</h3>
|
<h3>You're My Only Hope</h3>
|
||||||
<p>I've placed information vital to the survival...</p>
|
<p>I've placed information vital to the survival...</p>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
</ion-list>
|
</ion-list>
|
||||||
|
|
||||||
|
|
||||||
</ion-content>
|
</ion-content>
|
Reference in New Issue
Block a user