ThemeRoller

From NSB App Studio
Revision as of 14:54, 6 October 2014 by Ghenne (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

jQuery Mobile comes with three basic themes: a, which is mostly black, and b, which is mostly white. To use different colors, fonts, etc. in your jQuery Mobile controls, you can create your own theme using ThemeRoller for jQuery Mobile. You can have a different theme for each control, or set up a theme to use on all your controls, giving you a consistent look and feel.

Here's how to use it:

  1. Use ThemeRoller for jQuery Mobile to create your theme. It has good docs: no need to repeat them here.
  2. When you're done, use the Download theme zip file button to get the theme files. In this sample, call the file GlobalAndD, since it has both global theme settings and a new 'd' theme.
  3. Unzip them. Move themes\GlobalAndD.css to your project folder.
  4. Drag GlobalAndD.css from your project folder onto the Project Explorer.
  5. Move the images folder to your project folder.
  6. Add the following line to 'manifest' in Project Properties.
  7. images
  8. Now, let's add a couple of controls to the app and see how it comes out. I added a HeaderBar and a FlipToggle. Change the theme of the FlipToggle to 'd'. Here's how it looks:
  9. So there it is. The theme is changed the font to Times, and the background colors to green and red.