Commit graph

295 commits

Author SHA1 Message Date
toddparker
8f636e5699 Removed all instances of data-position="inline" in headers
This is a throwback to when we used to have fixed toolbars by default.
Removing to avoid confusion.
2012-01-20 12:46:42 -05:00
toddparker
1f5fcda09d Moved all the custom CSS transition code into the custom file to make the transition page simpler 2012-01-16 18:17:45 -05:00
Mat Marquis
bd0bdfd77e Removed fixed header/footer on transition pages that was previously causing Android to render box-shadows incorrectly/sulk in the corner; created separate page for custom transition documentation. 2012-01-16 17:51:11 -05:00
Ghislain Seguin
491cddd4b8 Move require.js to first tag so it can catch jquery module registration
Otherwise jquery may be loaded twice
2012-01-12 21:25:59 -08:00
Ghislain Seguin
9e935c31f6 Merge branch 'out-in-transition'
Conflicts:
	css/structure/index.php
	docs/_assets/js/jqm-docs.js
	index.html
2012-01-12 09:56:48 -08:00
scottjehl
5e878186cc removed old link 2012-01-12 21:06:49 +07:00
toddparker
c514777327 Removed blurb about shutting off transitions over 1,000 pixels 2012-01-11 22:14:28 -05:00
toddparker
7df216aa33 Tweaked max width blurb to match the "false" default to avoid confusion 2012-01-11 22:09:16 -05:00
toddparker
9726f21e09 SetScrollBack to 10 (from 250), CSS tweaks to table 2012-01-11 22:07:04 -05:00
toddparker
4c26cd15e2 Re-vamp of transition button design, added page demos
Added a new page to contrast the dialog vs. page transitions. Page has
fixed toolbars and form elements to really stress the transitions.

Switched to a table design with a button for dialog and page for each
transition.
2012-01-11 21:45:11 -05:00
Mat Marquis
5cfc363fa2 Removed reference to themeswitcher JS docs-wide. 2012-01-11 15:51:53 -05:00
Todd Parker
68216bbd79 Missing a 0, thanks @agcolom! 2012-01-10 17:00:11 -05:00
Mat Marquis
148cb09132 Updated docs’ CSS to use new @import scheme. 2012-01-10 16:35:51 -05:00
Anne-Gaelle Colom
ab29d7d14d Added clarification to the Back button, Fixes #3291 2012-01-10 20:45:57 +00:00
Mat Marquis
1f5449e552 Added page turning transition. 2012-01-10 14:10:45 -05:00
toddparker
a2145cb2b5 Added docs to cover the new transitions 2012-01-10 11:15:19 -05:00
scottjehl
8f5e263bd8 added an experimental 3D transition, "flow" 2012-01-10 12:51:05 +07:00
scottjehl
ffa23bc137 removed rotate transition from concat files and docs 2012-01-10 12:50:53 +07:00
scottjehl
b019e01201 updated docs to describe the maxTransitionWidth option. 2012-01-10 12:50:22 +07:00
scottjehl
c39cf6e6bc updated docs page to describe the new transition handler and how it works. 2012-01-10 12:50:21 +07:00
scottjehl
81c98eb1e1 updated description of what happens with flip on non 3d 2012-01-10 12:50:20 +07:00
scottjehl
13cdc5d7c4 added a rotate transition, just for fun. 2012-01-10 12:50:20 +07:00
toddparker
3b8e4cb8b6 Broke out the global and in and out transition rules for asymmetric timing
Also added duplicate buttons at the booth to test scroll position
smoothness.
2012-01-10 12:48:57 +07:00
Todd Parker
69983f7907 Merge pull request #3365 from fredefl/master
Fixed a typo and optimized images even more.
2012-01-07 15:23:04 -08:00
John Bender
bafd0cdf9f add ui-mobile-rendering to docs to temprarily prevent fouc with async load. @gseguin to address with jqm-docs.js change 2012-01-04 13:59:17 -08:00
John Bender
95073892f0 Merge branch 'amd' 2012-01-04 12:24:33 -08:00
Frederik Lassen
d6184ef6ec Corrected tiny typo. 2012-01-01 23:10:30 +01:00
Chetan K Jain
b4ee437ca3 Update docs/pages/page-anatomy.html 2012-01-01 19:54:21 +05:30
Ghislain Seguin
0bd10de3e8 Added require.js 1.0.3 as a submodule 2011-12-24 00:48:08 -08:00
Ghislain Seguin
f55cf4d7c4 Moved r.js and require.js to external 2011-12-14 15:31:33 -08:00
Ghislain Seguin
0897ef0e96 Updated script tags to use RequireJS to load the jQM 2011-12-01 17:28:10 -08:00
jblas@adobe.com
d9983d7390 Fix for #3185 - Dynamic Page load sample: In-Memory broken in IE7
- Removed trailing commas that choke IE from the docs.
2011-11-28 13:23:01 -08:00
jblas@adobe.com
ed05ff8509 Fix for #3185 - Dynamic Page load sample: In-Memory broken in IE7
- Removed trailing commas that choke IE.
2011-11-28 12:18:50 -08:00
toddparker
8975f5b9a0 Added initial-scale to the meta tags 2011-11-28 15:03:12 -05:00
Jake Boone
4de3b1c4d3 Improve wording of touchOverflow debugging tip 2011-11-27 23:57:42 -05:00
Peter
32c43cb85f add doumentation about debugging touchOverflow 2011-11-27 22:46:28 +01:00
forresst
e02ca5de6c repetition of word "can" 2011-11-26 17:21:42 +01:00
forresst
a790ba040e Update docs/pages/phonegap.html 2011-11-24 23:52:18 +01:00
Anne-Gaelle Colom
cbcc0642de Update docs/pages/page-dynamic.html 2011-11-22 20:50:11 +00:00
toddparker
ed6a084897 Fixed rc3 link in page template 2011-11-17 11:25:15 -05:00
toddparker
d1d5e09f95 Re-vamped getting started page, changed CDN refs to 1.0, added 1.0 final banner 2011-11-17 11:20:48 -05:00
Anne-Gaelle Colom
f89a925b7e Update docs/pages/pages-themes.html 2011-11-16 19:56:35 +00:00
toddparker
31144912f0 Added notes about linking to multi-page docs and added a link to the subpage plugin 2011-11-15 13:47:18 -05:00
Maurice Gottlieb
d89c5cc063 fixing two other issues at docs/pages/pages-themes/ 2011-11-15 19:06:44 +01:00
Todd Parker
7a0df3e62c Merge pull request #3048 from agcolom/patch-34
Update docs/pages/page-navmodel.html
2011-11-15 09:41:11 -08:00
Todd Parker
6a0c19cc3a Merge pull request #3052 from agcolom/patch-35
Update docs/pages/multipage-template.html
2011-11-15 09:17:16 -08:00
Todd Parker
38ab30c6cb Merge pull request #3057 from MauriceG/master
Some corrections for the docs/pages/pages-themes/theme-x pages
2011-11-15 09:13:20 -08:00
toddparker
c2315215fe Added more info to the touchOverflow docs, added links to good test page from the config page 2011-11-15 11:32:57 -05:00
Maurice Gottlieb
20e6002dbd fixing copy/paste typo at collapsible content description 2011-11-15 17:14:26 +01:00
Maurice Gottlieb
e33549ea9c fixing a typo at the e-swatch-page-link and a copy/paste typo at collapsible content description 2011-11-15 17:13:34 +01:00