JQueryMobile1.3: Difference between revisions
Jump to navigation
Jump to search
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..." |
No edit summary |
||
Line 13: | Line 13: | ||
== Select == | == Select == | ||
* Grouped Select buttons have changed. For any groups, you need to set the group property again. | * Grouped Select buttons have changed. For any groups, you need to set the group property again. | ||
== Date, DateTime, Month, Time == | |||
* Slight off white color background. Clear the backgroundColor property so the input area does not show up as white. |
Revision as of 22:43, 16 January 2013
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.
Date, DateTime, Month, Time
- Slight off white color background. Clear the backgroundColor property so the input area does not show up as white.