久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<small id='qlilN'></small><noframes id='qlilN'>

  • <tfoot id='qlilN'></tfoot>
    <i id='qlilN'><tr id='qlilN'><dt id='qlilN'><q id='qlilN'><span id='qlilN'><b id='qlilN'><form id='qlilN'><ins id='qlilN'></ins><ul id='qlilN'></ul><sub id='qlilN'></sub></form><legend id='qlilN'></legend><bdo id='qlilN'><pre id='qlilN'><center id='qlilN'></center></pre></bdo></b><th id='qlilN'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='qlilN'><tfoot id='qlilN'></tfoot><dl id='qlilN'><fieldset id='qlilN'></fieldset></dl></div>
    <legend id='qlilN'><style id='qlilN'><dir id='qlilN'><q id='qlilN'></q></dir></style></legend>
      • <bdo id='qlilN'></bdo><ul id='qlilN'></ul>

        如何從 Ionic 2 中的后退按鈕更改標簽?

        How to change the label from back button in Ionic 2?(如何從 Ionic 2 中的后退按鈕更改標簽?)

              • <bdo id='AIw0Z'></bdo><ul id='AIw0Z'></ul>

                <small id='AIw0Z'></small><noframes id='AIw0Z'>

              • <tfoot id='AIw0Z'></tfoot>
                <legend id='AIw0Z'><style id='AIw0Z'><dir id='AIw0Z'><q id='AIw0Z'></q></dir></style></legend>
              • <i id='AIw0Z'><tr id='AIw0Z'><dt id='AIw0Z'><q id='AIw0Z'><span id='AIw0Z'><b id='AIw0Z'><form id='AIw0Z'><ins id='AIw0Z'></ins><ul id='AIw0Z'></ul><sub id='AIw0Z'></sub></form><legend id='AIw0Z'></legend><bdo id='AIw0Z'><pre id='AIw0Z'><center id='AIw0Z'></center></pre></bdo></b><th id='AIw0Z'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='AIw0Z'><tfoot id='AIw0Z'></tfoot><dl id='AIw0Z'><fieldset id='AIw0Z'></fieldset></dl></div>

                  <tbody id='AIw0Z'></tbody>
                1. 本文介紹了如何從 Ionic 2 中的后退按鈕更改標簽?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  附上代碼:

                  <ion-navbar *navbar>
                  </ion-navbar>
                  

                  后退按鈕已啟用.但我需要自定義它(圖標或標簽).是否可以?在 docs/api 中找不到任何內容.

                  the back button is enabled. But I need to customize it (the icon or the label). Is it possible? Can't find anything in the docs/api.

                  推薦答案

                  您可以在您的 app.html 中設置返回按鈕文本,如 ionic 鏈接 http://ionicframework.com/docs/v2/api/config/Config

                  you can set back button text in your app.html as mentioned in the ionic link http://ionicframework.com/docs/v2/api/config/Config

                  @App({
                    template: `<ion-nav [root]="root"></ion-nav>`
                    config: {
                      backButtonText: 'Go Back',
                      iconMode: 'ios',
                      modalEnter: 'modal-slide-in',
                      modalLeave: 'modal-slide-out',
                      tabbarPlacement: 'bottom',
                      pageTransition: 'ios',
                    }
                  })
                  

                  ionic 2 beta 8 中的更新

                  import {ionicBootstrap} from 'ionic-angular';
                  
                  ionicBootstrap(AppRoot, customProviders, {
                    backButtonText: 'Go Back',
                    iconMode: 'ios',
                    modalEnter: 'modal-slide-in',
                    modalLeave: 'modal-slide-out',
                    tabbarPlacement: 'bottom',
                    pageTransition: 'ios',
                  });
                  

                  ionic 2 rc.0 及更高版本以及 ionic 3 中的更新

                  在 ionic 2 rc.0 及更高版本中,我們需要在導入數組下的 app.module.ts 中包含配置.

                  In ionic 2 rc.0 and up, we need to include the configs in app.module.ts under imports array.

                  @NgModule({   
                   declarations: [
                      MyApp,
                      Home   
                   ],   
                   imports: [
                      IonicModule.forRoot(MyApp, {
                        tabsPlacement: 'top',
                        backButtonText: 'Back'
                       })],
                   bootstrap: [IonicApp],
                   entryComponents: [
                      MyApp,
                      Home   ],
                   providers: [MyService]
                  })
                  

                  這篇關于如何從 Ionic 2 中的后退按鈕更改標簽?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Use IScroll in Angular 2 / Typescript(在 Angular 2/Typescript 中使用 IScroll)
                  anime.js not working in Ionic 3 project(Anime.js 在 Ionic 3 項目中不起作用)
                  Ionic 3 - Update Observable with Asynchronous Data(Ionic 3 - 使用異步數據更新 Observable)
                  Angular 2: file not found on local .json file(Angular 2:在本地 .json 文件中找不到文件)
                  In Ionic 2, how do I create a custom directive that uses Ionic components?(在 Ionic 2 中,如何創建使用 Ionic 組件的自定義指令?)
                  Use ViewChild for dynamic elements - Angular 2 amp; ionic 2(將 ViewChild 用于動態元素 - Angular 2 amp;離子2)

                    1. <small id='ETFK2'></small><noframes id='ETFK2'>

                      <tfoot id='ETFK2'></tfoot>
                        • <bdo id='ETFK2'></bdo><ul id='ETFK2'></ul>

                          • <i id='ETFK2'><tr id='ETFK2'><dt id='ETFK2'><q id='ETFK2'><span id='ETFK2'><b id='ETFK2'><form id='ETFK2'><ins id='ETFK2'></ins><ul id='ETFK2'></ul><sub id='ETFK2'></sub></form><legend id='ETFK2'></legend><bdo id='ETFK2'><pre id='ETFK2'><center id='ETFK2'></center></pre></bdo></b><th id='ETFK2'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='ETFK2'><tfoot id='ETFK2'></tfoot><dl id='ETFK2'><fieldset id='ETFK2'></fieldset></dl></div>
                              <tbody id='ETFK2'></tbody>
                            <legend id='ETFK2'><style id='ETFK2'><dir id='ETFK2'><q id='ETFK2'></q></dir></style></legend>
                            主站蜘蛛池模板: 人人叉 | 国产一区二区三区四区hd | 国产高清在线 | 亚洲高清久久 | 亚洲视频三区 | 国产精品久久精品 | 久操av在线| 天天艹 | 欧美激情在线播放 | 午夜爱爱毛片xxxx视频免费看 | 久久精彩视频 | 青青99| 国产精品一区三区 | 亚洲成人自拍网 | 国产精品久久久久久久一区探花 | 91av视频| 成人免费视频观看视频 | 国产精品一区二区在线播放 | 99成人精品 | 国产在线精品一区二区三区 | 久久伊人精品 | 日本不卡在线观看 | 性高湖久久久久久久久3小时 | 久久一区二区三区四区 | 一区二区三区视频播放 | 黄a网站 | 99精品欧美一区二区三区综合在线 | 欧美日日 | 精品久久久999 | 日韩精品一区二区三区 | 日韩免费看视频 | 久在线视频 | 久久精品一区 | 草在线| 成人午夜精品 | 国产日韩欧美精品 | 欧美视频在线播放 | 欧美精品欧美精品系列 | 亚洲国产精品久久久久婷婷老年 | 亚洲欧美一区二区在线观看 | 久久成人午夜 |