Commit graph

359 commits

Author SHA1 Message Date
scottjehl
70b19e113e linked up Scott's new listview filter demo 2010-10-06 17:06:45 -04:00
scottjehl
9550d5584a changed markup around a bit 2010-10-06 17:06:29 -04:00
Scott González
c45bb79619 Added filter option to listview. 2010-10-06 16:32:28 -04:00
Scott González
3be99ed98f Converted listview over to the widget factory. 2010-10-06 15:14:59 -04:00
scottjehl
e764f351cf linked up Joern's converter demo app, rel="external" until issue #110 is fixed. 2010-10-06 12:25:25 -04:00
scottjehl
e4791ad461 edited to allow for running when loaded through ajax 2010-10-06 12:14:06 -04:00
scottjehl
6f82cb354b just some markup edits 2010-10-06 12:09:06 -04:00
scottjehl
72b1ba48ab added radio and checks to the input type blacklist and added an option $.mobilize to degradeHTML5inputs or not 2010-10-06 11:52:23 -04:00
scottjehl
795a5293ff whitespace 2010-10-06 11:47:12 -04:00
scottjehl
3d5f22ab13 refactored to use a blacklist. Removed type as well. 2010-10-06 11:46:27 -04:00
scottjehl
651aee991c Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-06 10:11:18 -04:00
scottjehl
4d09aec0fc toned down the border widths on headers and content areas 2010-10-06 10:11:06 -04:00
jblas@adobe.com
8eae0124f3 My previous checkin for Issue 107 busted *all* back buttons. This checkin fixes things.
- Modified back button selectors in mobilize so they must be under a ui-header but not under a ui-listbox-header. This seems to keep everything working and allow the back button on customSelect listboxes to work as expected.
2010-10-06 01:01:23 -07:00
jblas@adobe.com
f1f84ce77d Fixed #107
Back button for customSelect listbox causes navigate to previous page.

- Added return false to the click handler attached to the back button in the select code.

- Modified the selectors for ui-back in mobilize so they only find back buttons in ui-header that are direct descendants of the ui-page.
2010-10-06 00:22:25 -07:00
scottjehl
5e34201ddc fixed some things with dialog's css and classes 2010-10-06 01:10:30 -04:00
scottjehl
b95dbce151 moved theme class to page div 2010-10-06 00:49:24 -04:00
scottjehl
4a7ede3322 added ui-aux class to edit button. fixed a style with that class too 2010-10-06 00:48:42 -04:00
scottjehl
c5ceff745c inputs with type=search now get turned into search widgets. Their type then degrades to "text" . Demos updated to match changes. 2010-10-06 00:44:03 -04:00
scottjehl
160777a83a replace HTML5 inputs that have crap browser implementations with type=text. data-type attribute retains initial type. Fixed #issue/71 2010-10-06 00:36:32 -04:00
scottjehl
76cf9845ef moved datepicker demo to experiments 2010-10-06 00:16:43 -04:00
scottjehl
a9c352eb59 removed datepicker sample code 2010-10-06 00:11:02 -04:00
scottjehl
e1f661e1c2 fixed regression where no-js buttons were still being enhanced 2010-10-06 00:01:38 -04:00
scottjehl
540e1f3fb8 added a "clear" button to search input types 2010-10-05 23:54:51 -04:00
scottjehl
ccd3ffa761 new icon: delete 2010-10-05 23:54:31 -04:00
scottjehl
39bf32394c fixes to no-text icon presentation 2010-10-05 23:47:48 -04:00
scottjehl
a8edc991da small cleanup on margins and such 2010-10-05 23:06:18 -04:00
scottjehl
9a9d47e550 removed an unnecessary wrapper 2010-10-05 23:00:33 -04:00
scottjehl
71763d3dfa pretty rough, but here's a functional attempt at rounded-corner switches 2010-10-05 22:57:13 -04:00
scottjehl
69f446d945 preliminary support for tap switching 2010-10-05 21:24:59 -04:00
scottjehl
0128ee46a1 trigger beforepageshow on first pageload as well 2010-10-05 21:24:36 -04:00
scottjehl
50f9c363e7 brought the corners back on regular sliders 2010-10-05 19:23:58 -04:00
scottjehl
30ba455514 adjusted margins 2010-10-05 19:21:20 -04:00
scottjehl
6a885f88d4 refactored switch sliders to be more iPhone like. 2010-10-05 19:18:39 -04:00
scottjehl
2fe29a1d2b refactored switch sliders - more iPhone-like in behavior and appearance now. 2010-10-05 19:17:47 -04:00
scottjehl
c5ceff175b made the single checkbox into a controlgroup. Because it looked better. 2010-10-05 18:35:21 -04:00
scottjehl
82c041b23d controlgroup only gets innerwrapped if there's a controlgroup label (legend element) 2010-10-05 18:34:41 -04:00
scottjehl
9ccead23b6 Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-05 18:28:18 -04:00
scottjehl
e5207475a9 renamed the classes to "switch". For sliders built from selects with more than 2 options, we can use the name "select". currently, only 2 options are supported for select sliders 2010-10-05 18:28:03 -04:00
scottjehl
722fb14f5b needed a .length in the condition 2010-10-05 18:17:27 -04:00
scottjehl
5008c95fed tightened up the offsets a bit 2010-10-05 17:46:00 -04:00
scottjehl
adbdf7abc6 adjustments to spacing, layout management, consistency across elements 2010-10-05 17:42:11 -04:00
jzaefferer
de9e4bac92 Updated converter experiment. Now using localStorage to store selected conversions, with a first version for editing. 2010-10-05 23:38:31 +02:00
scottjehl
e03d33ac9e added inner wrapper for toggling layout in wider resolutions 2010-10-05 17:33:56 -04:00
scottjehl
5467762a3b added fieldset selector for specificity 2010-10-05 17:16:49 -04:00
scottjehl
4a7b7a0b2e made sure icons aren't present in horizontal groups 2010-10-05 17:12:54 -04:00
scottjehl
f1403fbfc4 added a checked attr 2010-10-05 17:08:45 -04:00
scottjehl
03292aad53 brought back the check radio icons 2010-10-05 17:08:37 -04:00
scottjehl
ef77c88e8d removed an extra strong tag 2010-10-05 17:01:40 -04:00
scottjehl
83f6ff9eef added support for fullscreen data attr on pages. When present, child headers and footers will be absolute positioned and invisible when hidden 2010-10-05 16:08:11 -04:00
scottjehl
0de4e457be changed setTop logic so it works for abs or rel positioning for both headers and footers (rather than just footers) 2010-10-05 15:36:10 -04:00