-
24 Jul 2012 1:56 AM #1
backButton in navigationBar
backButton in navigationBar
Somewhere on the forum I read that you can set a backButton property for the navigationBar component. This is handy, cause I wanted to give the backButton a different theme and look then the navbar on the basis of what view is pushed. It works nice when I add this property outside Architect (TextMate). But, because there is no such property in the config inspector in Architect, each time saving in Architect will overwrite the custom stuff added outside Architect. Is there a way to add this property for Architect, or do I use a private feature?
-
24 Jul 2012 4:21 PM #2
You can always add custom properties (or missing properties).
Put the following into the filter/quick set and then click Add.
backButton: 'My Text'Aaron Conran
@aconran
Sencha Architect Development Team
-
24 Jul 2012 10:59 PM #3
thanks! I did an override now, but custom properties, the way you describe, seems a much better approach.


Reply With Quote