Search code examples
javascriptextjssencha-touchnavigationbar

Buttons align/dock in NavigationView navigationBar in sencha touch


I have a Navigation view, in navigation view i want to put a button at the right side of navigationBar

here is sencha fiddle
My Fiddle is here

you can see my menu button i want that button at the right side

thanks in advance


Solution

  • Just add align: 'right' to the button config object. Here is the fiddle.