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
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
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
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
toddparker
daeeab8b83
Re-vamped form docs to add in full width examples and clean up demos
2011-10-14 15:59:55 -04:00
toddparker
e4834a8db7
Fixed typo in code, unnecessary data-role="fieldcontain" attribute. Fixes #2682 . Thanks jarrettaylor
2011-10-12 10:49:31 -04:00
scottjehl
ce1e464275
adjusted the presentation of the left nav and footer for the docs
2011-09-29 16:35:31 -04:00
maggiewachs
1fbc401496
simplified language
2011-09-29 13:04:00 -04:00
maggiewachs
5dbc616e37
added note style
2011-09-29 13:03:50 -04:00
maggiewachs
0f73dd2a24
removed plugin events and methods page from nav (keeping it in the directory to redirect)
2011-09-29 11:33:32 -04:00
maggiewachs
312b726238
updated forms nav links
2011-09-29 10:52:58 -04:00
maggiewachs
de675361f7
updated form section nav
2011-09-28 16:02:56 -04:00
maggiewachs
e604a61f1f
removed old file
2011-09-28 16:02:34 -04:00
maggiewachs
3d46126d29
added to repo
2011-09-28 16:02:28 -04:00
maggiewachs
7e567f0375
removed refresh description from main page (now on methods tab)
2011-09-28 15:33:06 -04:00
maggiewachs
e1552c29b6
edited refresh description
2011-09-28 15:32:44 -04:00
maggiewachs
725210673b
updated nav options and standardized options descriptions
2011-09-28 15:19:54 -04:00
maggiewachs
afe1ea5a9a
added to repo
2011-09-28 15:19:32 -04:00
maggiewachs
9c5442038b
removed old file
2011-09-28 15:19:21 -04:00
maggiewachs
dabd071087
updated options
2011-09-28 14:52:48 -04:00
maggiewachs
6976df6c50
added 'calling plugin' section
2011-09-28 14:52:27 -04:00
maggiewachs
3a52bc1740
updated options
2011-09-28 14:52:06 -04:00
maggiewachs
fad253ffbb
removed old file
2011-09-28 14:51:56 -04:00
maggiewachs
2b2935b701
clarified initSelector description
2011-09-28 11:14:09 -04:00
maggiewachs
deec3340f2
updated navigation links for the text inputs and slider
2011-09-28 11:01:20 -04:00
maggiewachs
d423d9ec79
changed the folder name from 'sliders' to slider
2011-09-28 11:00:56 -04:00
maggiewachs
c1b1d5c1a6
removed old file
2011-09-28 11:00:44 -04:00
maggiewachs
658433b89c
changed the folder name from 'sliders' to slider
2011-09-28 11:00:37 -04:00
maggiewachs
4893f5d2eb
removed old file
2011-09-27 16:01:46 -04:00
maggiewachs
c342f7b8d3
removed - changed folder name
2011-09-27 16:00:56 -04:00
maggiewachs
5093d28d59
updated the nav link to textinputs
2011-09-27 16:00:03 -04:00
maggiewachs
d77849a9ac
changed the folder name to something more descriptive (textinputs rather than texts), and corrected the documentation language (several factual errors)
2011-09-27 15:59:39 -04:00
scottjehl
fe35e36a16
linked up the self-submit demo page and added a brief explanation of what happens when post requests submit to a page already represented in the DOM
2011-09-23 09:32:08 -04:00
Danny
8f0dc05f25
Typo: Fixed missing closing bracket for checkbox selector in options section of docs
2011-09-18 19:36:14 +03:00
Danny
76ef937e7b
Typo: Fixed missing closing bracket for radio selector in options section of docs
2011-09-18 19:33:27 +03:00
toddparker
fb1c8bee81
Added a non-adax form submit example. Improved the styling of the forms and confirmation pages.
2011-09-08 10:58:23 -04:00
Todd Parker
38368b6010
Merge pull request #2218 from caseyjustus/master
...
Added slider to api docs. Thanks caseyjustus!
2011-08-07 08:43:42 -07:00
toddparker
4c3ecdef47
Updated code to match the new style. We might drop this page once the more detailed API info is added to each plugin,
2011-08-04 17:23:42 -04:00
toddparker
a23ab67e53
Another path tweak.
2011-08-03 14:25:52 -04:00
toddparker
35d2366946
Fixed CSS paths. Closes #2201
2011-08-03 14:21:29 -04:00
toddparker
a7abcfef59
Switched to .selector for sample code.
2011-08-03 14:19:07 -04:00
toddparker
bee8ac2226
Improved sample code.
2011-08-03 14:17:29 -04:00
toddparker
584e2931b4
Fixed typos
2011-08-03 14:06:57 -04:00
Casey Justus
59ab8de172
fixed slider event description and links
2011-07-31 21:12:15 -04:00
Casey Justus
1d1cc2b89f
added titles
2011-07-31 18:04:11 -04:00
Casey Justus
dcdca89717
added slider api
2011-07-31 17:47:03 -04:00