ehynds
8118b77a6a
documenting disabled options and optgroup support
2010-12-04 23:29:12 +08:00
scottjehl
e765d21631
documented how to disable the hidePlaceholderMenuItems option in selectmenus
2010-12-03 11:38:47 -05:00
scottjehl
6dce87a2ac
hide placeholder options in selectmenu overlays. Fixes #607
2010-12-03 11:32:48 -05:00
scottjehl
bc09540492
updated example code
2010-12-01 11:11:35 -05:00
scottjehl
7aafc9b669
documented auto-init (and prevention of auto-init) of form controls
2010-12-01 09:52:07 -05:00
scottjehl
90b469eb9e
noted that the option should be set on mobileinit
2010-12-01 09:52:07 -05:00
scottjehl
5486f8e9e1
fixed typos
2010-11-30 10:20:20 -05:00
scottjehl
419787affe
make sure submit button name/value is submitted with form values. Fixes #551
2010-11-29 10:09:26 -05:00
scottjehl
08e6e2f603
added quick documentation for degradeInputs
2010-11-18 22:40:18 -05:00
scottjehl
c636b774ab
updated docs to include new button methods
2010-11-18 22:18:20 -05:00
scottjehl
c8654bfcfc
updated docs to include new slider methods
2010-11-18 22:18:20 -05:00
Yuki KODAMA
b7b63f526e
fixed docs for flip toggle switch widget
2010-11-17 19:33:07 +09:00
Yuki KODAMA
b93f5d200d
fixed docs for slider widgets
2010-11-17 19:32:31 +09:00
kptdobe
c413b2f86f
fixed doc: missing/invalid HTML tags and wrong paths
2010-11-16 22:42:02 +08:00
scottjehl
aec0cbc946
docs updates
2010-11-11 18:47:21 -05:00
Todd Parker
36163120d6
Set header theme from e to default on form demo page
2010-11-11 17:14:49 -05:00
Todd Parker
719608d0a7
Added link to demo css file to all docs pages
2010-11-11 14:15:42 -05:00
scottjehl
f92d5fa7f8
themed demo
2010-11-10 23:55:43 -05:00
scottjehl
49574cc7be
changed theme
2010-11-10 23:42:08 -05:00
scottjehl
e8bd78bd27
fixed theming so data-theme and data-track-theme attrs work
2010-11-10 23:40:09 -05:00
scottjehl
563169def9
made sure data-icon attrs work on radio and checks. Fixes #423 , Fixes #424
2010-11-10 23:19:41 -05:00
scottjehl
049afd4568
improved defaults and added a demo page showing that all button data attrs work on selects too
2010-11-10 23:04:10 -05:00
Todd Parker
a0940dd1f0
fixed a few form id's for better syntax
2010-11-10 14:57:48 -05:00
scottjehl
12b1bb4fa2
only degrade input types that conflict with our replacement UI control. For now, just search and range. Fixes #415 , Fixes #420
2010-11-10 11:22:56 -05:00
scottjehl
8f9aee12a6
removed js/all redirect. updated files to use js/
2010-11-09 17:57:26 -05:00
Todd Parker
6737a69d95
fixed typo
2010-11-03 14:36:08 -04:00
Todd Parker
c1f8660aa1
Added an example of a slider with a min of 500, max of 5,000 and value of 2,500 to test and demonstrate a slider that isn't 1-100.
2010-11-03 13:50:43 -04:00
scottjehl
cba41eb1d2
updated content
2010-11-02 01:23:08 -04:00
scottjehl
bb54ee9645
demo content
2010-11-02 00:54:23 -04:00
scottjehl
5e5f9387bf
implemented simple automated form submission handling for get and post requests. added demo page which includes more information about how it works.
2010-11-01 23:56:42 -04:00
scottjehl
bc1d0ba08e
set utf-8
2010-11-01 21:46:29 -04:00
scottjehl
3699643726
duplicate id
2010-10-25 10:53:34 -04:00
scottjehl
5a69f753f3
documented *very* unique ID reminder. Fixes #187
2010-10-19 11:06:48 -04:00
John Resig
51c4f4a5e2
Disable links to API documentation. Will tackle this weekend.
2010-10-15 22:48:09 -04:00
scottjehl
cebea6f1c4
page title
2010-10-15 21:34:55 -04:00
PattyToland
2e11bf5540
edit
2010-10-15 21:13:51 -04:00
PattyToland
e5c8a100e1
edit
2010-10-15 21:12:33 -04:00
Todd Parker
2636e87e89
persistent demo cleanup
2010-10-15 17:58:40 -04:00
Todd Parker
10e8931c15
documented the form layout behavior for labels
2010-10-15 11:16:01 -04:00
Todd Parker
0f433d5c3d
updated themes
2010-10-15 10:43:56 -04:00
Todd Parker
6084691c95
Trying a few color combos for headers to see if we want to set headers colors of different levels to liven it it. thoughts?
...
- form landing page = b (blue) header
- form basics = d (mid gray)
- form gallery = e (yellow)
- text inputs = c (light gray)
2010-10-14 20:43:16 -04:00
Todd Parker
7f5d317ff9
all new forms section with new demos and cleaned up code
2010-10-14 20:29:08 -04:00
Todd Parker
e0ed89f677
new forms docs
2010-10-14 17:42:12 -04:00
Todd Parker
f76b69f7b6
capitalization
2010-10-14 17:27:08 -04:00
Todd Parker
b4f1f8b920
new forms intro
2010-10-14 15:11:34 -04:00
Todd Parker
b5157e4efc
more docs cleanup
2010-10-13 18:23:59 -04:00
Todd Parker
26f303d4ca
Merge branch 'master' of github.com:jquery/jquery-mobile
2010-10-13 13:45:04 -04:00
Todd Parker
0cee4ac282
new form docs
2010-10-13 13:44:56 -04:00
scottjehl
d5cbcf755b
Created a themes directory and moved all CSS and images there.
...
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.
Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00
Todd Parker
2ed0abe8d6
fixing themes for index pages
2010-10-12 18:41:04 -04:00