John Bender
911ff69972
test for custom select dialog title update from dom
2011-10-18 09:39:25 -07:00
John Bender
5fce1154f7
Merge branch 'patch-8' of https://github.com/MauriceG/jquery-mobile into MauriceG-patch-8
2011-10-18 09:06:55 -07:00
Todd Parker
39449430c6
Merge pull request #2732 from eddiemonge/update_readme
...
Update readme. Thanks eddiemonge!
2011-10-18 07:11:15 -07:00
toddparker
c4a95dd12d
Added docs about theme classes and overriding themes, fixed a typo too
2011-10-17 23:15:57 -04:00
jblas@adobe.com
83c79ff6f2
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-10-17 16:57:08 -07:00
jblas@adobe.com
af870605ac
Removed all of the redundant code used to crawl the DOM upward looking for a theme to inherit from, and replaced it with a call to the new $.mobile.getInheritedTheme() function.
...
Also, fixed a bug in textinput.js that was placing a ui-body-null class on the input element when a data-theme was not specified directly on the input.
2011-10-17 16:54:20 -07:00
Eddie Monge
e97ae76dfa
Typo fix
2011-10-17 16:31:48 -07:00
Eddie Monge
5c86ca6480
Readme changes
2011-10-17 16:25:57 -07:00
Maurice Gottlieb
5d662d4a7a
@johnbender
...
Could you please check again?
2011-10-18 01:30:08 +03:00
Todd Parker
575f4f350a
Merge pull request #2728 from eddiemonge/issue_2700
...
Issue 2700: CSS Restructure to create a /css/ folder and a /structure/ and /theme/ folder inside for better organization. Thanks eddiemonge!
2011-10-17 15:00:51 -07:00
Todd Parker
952dd33831
Removed the Python instructions.
2011-10-17 18:55:11 -03:00
Eddie Monge
bcbaa38854
2700: Step 7 Silly me kept putting instead of . Fixed that typo
2011-10-17 14:36:50 -07:00
toddparker
6f67f421bb
Added data-ajax="false" attribute to the link leading to the multi-page template
...
Loading a multipage doc into the dom was causing issues (of course) so
I fixed this up.
2011-10-17 17:34:25 -04:00
Eddie Monge
7a65be6d88
2700: Step 6 Update build and makefiles
2011-10-17 14:11:02 -07:00
Eddie Monge
8bc5e42fb3
2700: Step 5 Update all doc references
2011-10-17 13:51:45 -07:00
Eddie Monge
4a164b232f
2700: Step 4 Update php files to view locally
2011-10-17 13:47:08 -07:00
Eddie Monge
10c6ca2922
2700: Step 3 Move the themes into a themes folder
2011-10-17 13:25:54 -07:00
Eddie Monge
b8833f1885
images should be part of the theme
2011-10-17 13:25:11 -07:00
Eddie Monge
9af1d4c966
2700: Step 2: Separate out core styles from the theme styles
2011-10-17 13:23:48 -07:00
Eddie Monge
2c59250fe3
2700: Step 1: Rename Themes folder
2011-10-17 12:50:53 -07:00
Todd Parker
51b37789bb
Merge pull request #2720 from MauriceG/master
...
Docs forms / selects: double title at dialog-page of non-native-select. Thanks MauriceG!
2011-10-16 15:22:25 -07:00
Maurice Gottlieb
8339c6a889
Title of dialog-page for non-native-selectmenu "your state", red from select-label, had duplicate title cause of non-unique id of selects.
2011-10-17 00:41:20 +03:00
toddparker
dc19bbf810
Reduced the width of the slider at narrow (smartphone) sizes to avoid wrapping
...
On inset lists with embedded forms, the slider was wrapping under the
input.
2011-10-16 00:01:42 -04:00
toddparker
4f2f500cd8
Updated slider / flip switch label typography to match
2011-10-15 23:52:01 -04:00
toddparker
b8f32749d8
Updated grouped button example to avoid wrapping
2011-10-15 23:42:25 -04:00
toddparker
51711b357f
Added examples for each button option
2011-10-15 23:39:06 -04:00
Todd Parker
d7bc5184f9
Merge pull request #2714 from matthewleon/bug_2713
...
Bug 2713. Buttons properly support the data-shadow, data-corners and data-iconshadow attributes. Thanks matthewleon!
2011-10-15 20:32:08 -07:00
toddparker
02b5aeeecb
Text tweak
2011-10-15 23:26:21 -04:00
toddparker
9a04c1a8b3
Added notes about how link-based buttons differ from form buttons
2011-10-15 23:23:52 -04:00
toddparker
d35fec0713
Added a note about the negative margin on lists to docs. Fixes #2715
...
Style note: all standard, non-inset lists have a -15px margin to negate
the 15px of padding on the content area to make lists fill to the edges
of the screen. If you add other widgets above or below a list, the
negative margin may make these elements overlap so you'll need to add
additional spacing in your custom CSS.
2011-10-15 22:31:29 -04:00
Matthew Leon Grinshpun
8b713b26f3
add button tag
2011-10-15 15:13:21 -04:00
Matthew Leon Grinshpun
62459c7cca
fix for button iconshadow
2011-10-15 15:09:45 -04:00
Matthew Leon Grinshpun
6ef1d6ea6c
fix for shadows and corners
2011-10-15 15:00:37 -04:00
Matthew Leon Grinshpun
b1c3de990b
git both tests to fail
2011-10-15 14:56:55 -04:00
Matthew Leon Grinshpun
79c7a225b3
failing button ui shadow tests
2011-10-15 14:49:10 -04:00
toddparker
84729a4fec
Added styling support for input type=color
...
Just for good measure. All HTML5 inputs are now auto enhanced into the
styled versions. We may need to decide if any of these need to be
degraded if the controls are wonky in some browsers.
2011-10-15 09:43:16 -04:00
toddparker
4ce1bfb795
Added new HTML5 date and time input support. Fixes #2144
...
Types added: input type time, date, month, week, date time,
datetime-local to auto for enhancements.
2011-10-15 09:33:06 -04:00
jblas@adobe.com
739373ee79
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-10-14 16:21:02 -07:00
jblas@adobe.com
2c2be3d9c6
Fixes #2659 - buttons don't inherit page-theme
...
- Insert the fake button container before calling buttonMarkup(). This allows the buttonMarkup() code to accurately calculate theme inheritance.
2011-10-14 16:18:49 -07:00
John Bender
a38b1025b1
Merge pull request #2701 from eddiemonge/compilers
...
Update Compilers
2011-10-14 15:46:19 -07:00
John Bender
a69e906cc7
add bail if the degrade Input page data isn't present
2011-10-14 15:33:50 -07:00
John Bender
f04efbd109
Merge branch 'Issue-#2654' of https://github.com/redaemn/jquery-mobile into redaemn-Issue-#2654
2011-10-14 15:30:36 -07:00
toddparker
b2713fe5d7
Fixed a broken link to the retired forms API page
2011-10-14 18:13:35 -04:00
toddparker
8c28c8b6ef
Added disabled blurb to the form basic page
2011-10-14 18:09:19 -04:00
Todd Parker
9d7b6a82ea
Merge pull request #2712 from Wilto/disabled-sliders-selects
...
Turns off cursor events on disabled custom form inputs.
2011-10-14 14:38:52 -07:00
Mat Marquis
5425e67ad7
Turns off cursor events on disabled custom form inputs.
2011-10-14 17:28:35 -04:00
Todd Parker
d869cab1f0
Merge pull request #2711 from Wilto/disabled-sliders-selects
...
Fixes #2541 — Properly applies “disabled” styling and logic to custom form inputs. Thanks Wilto!
2011-10-14 14:21:16 -07:00
Mat Marquis
d0fc381d6b
Fixes #2541 — Properly applies “disabled” styling and logic to flip switches, sliders, and custom selects based on disabled attribute in underlying input markup.
2011-10-14 17:15:41 -04:00
Todd Parker
87a9d74a08
Merge pull request #2710 from Wilto/a11y-hidden-labels
...
Add .ui-hidden-accessible for hiding elements in an accessible way. Thanks Wilto!
2011-10-14 14:08:41 -07:00
Mat Marquis
a6892a67fc
Add .ui-hidden-accessible for hiding elements in an accessible way; add .ui-hide-label to similarly hide labels/adjust layout within field containers.
2011-10-14 16:52:50 -04:00