Anne-Gaelle Colom
7a1d5ec057
Update docs/toolbars/docs-headers.html
2011-11-08 15:14:21 +00:00
Ghislain Seguin
f1f07a3faf
Merge pull request #2973 from MauriceG/master
...
Removing discarded link to Responsive Layout Helpers page from Data attribute reference page
2011-11-08 06:49:10 -08:00
Maurice Gottlieb
d53d3f8359
removing link to discarded page Responsive Layout Helpers
2011-11-08 15:37:47 +01:00
Ghislain Seguin
80644f305e
Revert "Update docs/api/globalconfig.html"
...
This reverts commit c832f64ae8 .
2011-11-08 06:26:24 -08:00
Ghislain Seguin
103a59c24b
Revert "Update docs/api/events.html"
...
This reverts commit 7dba08a10b .
2011-11-08 06:26:22 -08:00
Ghislain Seguin
b64da2f5f2
Revert "Update docs/api/methods.html"
...
This reverts commit b019fa4c58 .
2011-11-08 06:26:12 -08:00
Ghislain Seguin
0c022a56e5
Merge pull request #2968 from agcolom/patch-11
...
Update docs/api/events.html
2011-11-08 06:04:38 -08:00
Ghislain Seguin
48fdbfc261
Merge pull request #2969 from agcolom/patch-12
...
Update docs/api/methods.html
2011-11-08 06:03:15 -08:00
Anne-Gaelle Colom
b019fa4c58
Update docs/api/methods.html
2011-11-08 13:49:10 +00:00
Anne-Gaelle Colom
7dba08a10b
Update docs/api/events.html
2011-11-08 13:47:51 +00:00
Anne-Gaelle Colom
c832f64ae8
Update docs/api/globalconfig.html
2011-11-08 13:45:37 +00:00
Todd Parker
72ff459602
Adjusted dialog docs
2011-11-07 22:52:06 -05:00
Todd Parker
82b7dcc1d1
Added overlay-theme attr info for selects
2011-11-07 22:47:47 -05:00
Todd Parker
2b618a1215
Added docs for dialog overlay attr, created a demo page to show this in action
2011-11-07 22:29:06 -05:00
Anne-Gaelle Colom
2cc42ff65f
Update docs/api/themes.html
2011-11-07 21:21:38 +00:00
toddparker
3d34943068
Fixed alpha order of an option under selects
2011-11-07 16:05:52 -05:00
toddparker
56f0af4cdf
Added an intro message that links to the ns global option
2011-11-07 16:02:27 -05:00
Ghislain Seguin
4cee7adaa9
Added data-overlay-theme
2011-11-06 20:23:39 -08:00
Anne-Gaelle Colom
41792fc599
Update docs/api/mediahelpers.html
2011-11-05 21:18:13 +00:00
Anne-Gaelle Colom
5d0b930691
Update docs/api/data-attributes.html
2011-11-05 17:34:08 +00:00
Anne-Gaelle Colom
e83f108018
Update docs/api/data-attributes.html
2011-11-05 13:52:24 +00:00
Anne-Gaelle Colom
6eaa3882f7
Update docs/api/data-attributes.html
2011-11-05 12:56:18 +00:00
Anne-Gaelle Colom
eb9f685ffd
Update docs/toolbars/docs-headers.html
2011-11-05 10:04:34 +00:00
Anne-Gaelle Colom
a350a031a7
Update docs/api/data-attributes.html
2011-11-04 22:45:15 +00:00
Anne-Gaelle Colom
28a19efc77
punctuation consistency
2011-11-04 22:33:37 +00:00
toddparker
3a32031516
Fixed code syntax issues. Thanks agcolom!
2011-11-04 18:07:44 -04:00
Todd Parker
3133b36b37
Fixed my poor alphabetical attempt. Footer is after fieldset. Done.
2011-11-03 23:25:16 -04:00
Todd Parker
ae27590d18
Added data-track-theme for flip switch
2011-11-03 23:19:13 -04:00
Todd Parker
d5ebf30c3f
Teaked title
2011-11-03 23:09:32 -04:00
Todd Parker
50e0c1a9d9
Added a few fixes and cleanup to data- attr page
2011-11-03 23:08:33 -04:00
Todd Parker
73ee4c995e
Added a data tribute reference page, linked it up
2011-11-03 22:56:54 -04:00
toddparker
cdf1d2cc94
Added info on URL passing between pages to scripting and Ajax nav pages
2011-11-02 18:19:26 -04:00
jblas@adobe.com
85927d3995
Sometimes things don't get more "dynamic" if you say "dynamic" too many times.
2011-11-02 10:17:17 -07:00
jblas@adobe.com
931c147e22
Documentation fix for #2914 - Layout events .trigger('updatelayout'); doesn't work with delay/speed
...
- Updated verbage in the 'updatelayout' section so that it is clearer that developers should trigger this event if their application manipulates the content in any way that may trigger a change in the width/height of the page.
2011-11-02 10:14:04 -07:00
Charlie Collins
c384f89163
Change usage of "the JQuery Mobile" that was repeated several times in one sentence. Also, tried to fix other typos seen on the live site (docuemnt, for example), but they appear to already be correct in source.
2011-11-01 19:05:34 -03:00
Eddie Monge
503cefc115
Change some < to >, fix some code examples
2011-11-01 11:16:34 -07:00
John Bender
13a0c1508f
Revert "fixed js refs and whitespace in samples Fixes #2904 "
...
This reverts commit c748072bac .
2011-11-01 10:45:14 -07:00
John Bender
c748072bac
fixed js refs and whitespace in samples Fixes #2904
2011-11-01 10:39:26 -07:00
Jake Boone
7ada7ba0f1
Grammar correction
2011-10-27 14:53:45 -04:00
John Bender
250316274b
change the credit link to the comment with the snippet
2011-10-27 11:38:34 -07:00
John Bender
4829928ca1
add documentation around application cache issues and a suggested workaround
2011-10-27 11:26:47 -07:00
jblas@adobe.com
1405a9453f
Add the XHR object to the data passed to loadpage and loadpagefailed callbacks. This was a low-hanging-fruit enhancement request for issue #2503 - User can't specify own error handling logic.
2011-10-26 11:34:27 -07:00
Ghislain Seguin
d8c0fb961f
Merge pull request #2816 from MauriceG/patch-15
...
docs: repeated explanation for disable link based buttons removed at forms basics page
2011-10-24 18:59:41 -07:00
Michael
0b177677d8
Prepend $.mobile to docs to fix code example
2011-10-24 10:00:37 -07:00
Maurice Gottlieb
410ca0972f
docs: repeated explanation for disable link based buttons removed
2011-10-23 13:32:35 +03:00
Ghislain Seguin
a78fce4399
Merge pull request #2767 from easymovet/patch-1
...
Corrected .delegate() syntax for 'pagecreate' code example
2011-10-21 16:33:11 -07:00
Jake Boone
a28e43a2f3
Add button styling to f swatch for docs
2011-10-21 00:27:21 -04:00
John Bender
742d1c905b
linkBindingEnabled docs
2011-10-20 15:30:29 -07:00
John Bender
89e389c4b7
whitepsace in globalconfig docs
2011-10-20 15:30:04 -07:00
Maurice Gottlieb
6eb8e7dfaa
docs: some corrections at Pages & Dialogs / Anatomy of a Page
2011-10-21 00:14:21 +03:00