W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
這個(gè)是固定在屏幕頂部的一個(gè)頭部標(biāo)題欄。如果給它加上'bar-subheader' 這個(gè)樣式,它就是副標(biāo)題。
<ion-header-bar align-title="left" class="bar-positive"> <div class="buttons"> <button class="button" ng-click="doSomething()">Left Button</button> </div> <h1 class="title">Title!</h1> <div class="buttons"> <button class="button">Right Button</button> </div> </ion-header-bar> <ion-content> Some content! </ion-content>
屬性 | 類型 | 描述 |
---|---|---|
align-title (optional) | string | 這個(gè)是對(duì)齊 title 的。如果沒有設(shè)置,它將會(huì)按照手機(jī)的默認(rèn)排版(Ios的默認(rèn)是居中,Android默認(rèn)是居左)。它的值可以是 'left','center','right'。 |
no-tap-scroll (optional) | boolean | 默認(rèn)情況下,頭部標(biāo)題欄在點(diǎn)擊屏幕時(shí)內(nèi)容會(huì)滾動(dòng)到頭部,可以將 no-tap-scroll 設(shè)置為 true 來禁止該動(dòng)作。。它的值是布爾值(true/false)。 |
知道了 ion-header-bar ,理解ion-footer-bar就輕松多啦!只是 ion-footer-bar 是在屏幕的底部。
<ion-content> Some content! </ion-content> <ion-footer-bar align-title="left" class="bar-assertive"> <div class="buttons"> <button class="button">Left Button</button> </div> <h1 class="title">Title!</h1> <div class="buttons" ng-click="doSomething()"> <button class="button">Right Button</button> </div> </ion-footer-bar>
屬性 | 類型 | 描述 |
---|---|---|
align-title (optional) | string | 這個(gè)是對(duì)齊 title 的。如果沒有設(shè)置,它將會(huì)按照手機(jī)的默認(rèn)排版(Ios的默認(rèn)是居中,Android默認(rèn)是居左)。它的值可以是 'left','center','right'。 |
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: