JQueryMobile1.3

From NSB App Studio
Revision as of 19:55, 16 January 2013 by Ghenne (talk | contribs) (Created page with "In AppStudio 3, we have updated jQuery Mobile to the current version of 1.3. They have made a number of changes to their controls which could affect apps using the jQuery Mob...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In AppStudio 3, we have updated jQuery Mobile to the current version of 1.3.

They have made a number of changes to their controls which could affect apps using the jQuery Mobile controls. Here are some of them:

TextBox

  • New mini property for a smaller TextBox.
  • Slight off white color background. Clear the backgroundColor property so the input area does not show up as white.

Buttons

  • Standard height now seems to be 29 pixels. Buttons look best with this height.
  • Grouped buttons have changed. For any button groups, you need to set the groupBegin and groupEnd properties again.

Select

  • Grouped Select buttons have changed. For any groups, you need to set the group property again.