In Sencha Touch 2 there is a config option ui for every component. In the examples only dark, plain values are used here. I want to know what are the other options?
Also how can I add my own option? like ui: 'mytheme'
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The “ui” option has different values depending on where you use it. For example, in a
xtype:buttonit can be things like “back”, “confirm”, “normal”, etc, but for axtype:panelyou only have “light” or “dark”.As @sajawikio commented, if you’re looking to theme the entire app, then look at the documentation for building themes.