Should we translate ext-lang-en.js ? Is there a way to use this file in our native language (Back button for example)
Should we translate ext-lang-en.js ? Is there a way to use this file in our native language (Back button for example)
how about this
for the config of the navigation view?Code:config: { title: 'Home', iconCls: 'home', defaultBackButtonText: 'Retour' }
Maybe this thread will help you![]()
Thanks but I did not get it...
Just want to have the back button in french, not mulitlanguage
And as far as I undertstand, I can't touch those lines to build the application in index.html :
EDIt: i there an easy way (I searched a long time here) to chnage the back button via sass ? For example : no text, but this icon : reply.png.Code:<!-- The line below must be kept intact for Sencha Command to build your application --> <script id="microloader" type="text/javascript" src="touch/microloader/development.js"></script>
thanks
Last edited by huberte; 3 Oct 2012 at 7:11 PM. Reason: customize back button
You can customize a button to be an icon, or simply change the 'text' config property of the Ext.Button you create. Are you talking about the back button from the NavigationView? Can you explain your project more?
It has been almost a month I tried everything I knew...![]()
how about this
for the config of the navigation view?Code:config: { title: 'Home', iconCls: 'home', defaultBackButtonText: 'Retour' }
Wow, thanks, did not read something about defaultBackButtonText. Where did you read about this ? In Architect ?
In my project title and inconcls are useless, I can't change the icon.
iconCls:
You need to have another Picto declared to make use of this.
defaultBackButtonText:
http://docs.sencha.com/touch/2-0/#!/...BackButtonText
[QUOTE=Kurt001;910029]iconCls:
You need to have another Picto declared to make use of this.
/QUOTE]
Sorry but how ?