Commit graph

1091 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
scottjehl
f00e3a1164 added new fixedToolbar plugin (its matching css is already in from the previous messy merge). Docs page is updated to match the new preferred syntax (no changes in API, however) 2012-01-19 00:19:06 +07:00
John Bender
f2802bdc65 reverted fixed toolbar merge, there are some issues with the branch that need to be addressed 2012-01-17 21:46:28 -08:00
scottjehl
57af436ab6 Merge branch 'fixedtoolbar'
Conflicts:
	Makefile
	css/structure/index.php
	css/structure/jquery.mobile.core.css
	css/structure/jquery.mobile.forms.slider.css
	css/structure/jquery.mobile.transitions.fade.css
	css/themes/default/jquery.mobile.css
	css/themes/default/jquery.mobile.theme.css
	docs/pages/page-transitions.html
	js/jquery.mobile.core.js
	js/jquery.mobile.define.js
	js/jquery.mobile.docs.js
	js/jquery.mobile.fixHeaderFooter.js
	js/jquery.mobile.fixHeaderFooter.native.js
	js/jquery.mobile.forms.button.js
	js/jquery.mobile.forms.select.custom.js
	js/jquery.mobile.init.js
	js/jquery.mobile.js
	js/jquery.mobile.navigation.js
	js/jquery.mobile.support.js
	js/jquery.mobile.transition.flip.js
	js/jquery.mobile.transition.flow.js
	js/jquery.mobile.transition.js
	js/jquery.mobile.transition.pop.js
	js/jquery.mobile.transition.slide.js
	js/jquery.mobile.transition.slidedown.js
	js/jquery.mobile.transition.slideup.js
	js/jquery.mobile.transition.turn.js
	tests/jquery.testHelper.js
	tests/unit/listview/listview_core.js
	tests/unit/support/index.html
2012-01-18 00:05:45 +07: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
9b0e263248 Fixed closing pre tag 2012-01-13 17:32:26 +07:00
Ghislain Seguin
d97bc7dba1 Fixed closing p 2012-01-13 17:32:26 +07:00
Ghislain Seguin
1e0f481154 Removed stray anchor before doctype 2012-01-13 17:32:25 +07:00
Ghislain Seguin
095053ee07 Move require.js to first tag so it can catch jquery module registration
Otherwise jquery may be loaded twice
2012-01-13 17:32:25 +07:00
scottjehl
ce3b892c5f removed old link 2012-01-13 17:30:50 +07:00
toddparker
6438b3423a Removed blurb about shutting off transitions over 1,000 pixels 2012-01-13 17:30:49 +07:00
toddparker
c4cbf8e7f1 Tweaked max width blurb to match the "false" default to avoid confusion 2012-01-13 17:30:49 +07:00
toddparker
a6dc847474 SetScrollBack to 10 (from 250), CSS tweaks to table 2012-01-13 17:30:49 +07:00
toddparker
a6b090d15c 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-13 17:30:49 +07:00
Mat Marquis
733bda9a04 Removed reference to themeswitcher JS docs-wide. 2012-01-13 17:30:48 +07:00
Mat Marquis
930d69ab37 Removed themeswitcher in docs. 2012-01-13 17:30:48 +07:00
scottjehl
473802e26e don't append themeswitcher to the dialogs - updated now that the dialog markup changed 2012-01-13 17:29:42 +07:00
scottjehl
7b9d2920d2 removed the sample link to the delayed-load page. no longer needed 2012-01-13 17:29:42 +07:00
Todd Parker
4f5ecb06e2 Missing a 0, thanks @agcolom! 2012-01-13 17:27:57 +07:00
Mat Marquis
b815db5f76 Updated docs’ CSS to use new @import scheme. 2012-01-13 17:27:56 +07:00
Anne-Gaelle Colom
ead617f79a Added clarification to the Back button, Fixes #3291 2012-01-13 17:27:56 +07:00
Ghislain Seguin
7bd9e6c3a9 Updated CSS path to default/jquery.mobile.theme.css so it doesn't pick up the index.php 2012-01-13 17:27:56 +07:00
Mat Marquis
d1663f1373 Added page turning transition. 2012-01-13 17:27:56 +07:00
toddparker
39759f0dfb Removed setDefaultTransition in docs.js
This isn't needed anymore.
2012-01-13 17:27:55 +07:00
toddparker
3099ff01a2 Added docs to cover the new transitions 2012-01-13 17:27:55 +07:00
Chetan K Jain
44177ba3d7 fixes #3400 2012-01-13 17:27:55 +07:00
scottjehl
43b5537d5b added an experimental 3D transition, "flow" 2012-01-13 17:27:54 +07:00
scottjehl
af02f7e589 removed rotate transition from concat files and docs 2012-01-13 17:27:54 +07:00
scottjehl
57c6b968cd updated docs to describe the maxTransitionWidth option. 2012-01-13 17:27:53 +07:00
scottjehl
58d285a4a7 updated docs page to describe the new transition handler and how it works. 2012-01-13 17:27:53 +07:00
scottjehl
e0a630103b updated description of what happens with flip on non 3d 2012-01-13 17:27:52 +07:00
scottjehl
af7a8355dc added a rotate transition, just for fun. 2012-01-13 17:27:52 +07:00
toddparker
d39fb83ec4 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-13 17:27:50 +07:00
scottjehl
4bb63a315c for now, removed any difference between framework transition defaults and the docs. We might want to bring this back and recommend it though - I'm not sure how easy it'll be to bring it in standard with the ability to configure. 2012-01-13 17:27:02 +07:00
scottjehl
1435e0b49e added loader test page for local testing 2012-01-13 17:27:02 +07:00
John Bender
4ca0e94b73 add ui-mobile-rendering to docs to temprarily prevent fouc with async load. @gseguin to address with jqm-docs.js change 2012-01-13 17:25:54 +07:00
Frederik Lassen
b9853108b8 Corrected tiny typo. 2012-01-13 17:25:51 +07:00
Chetan K Jain
a95419ff73 data-id is not used in Pages and Dialogs 2012-01-13 17:25:51 +07:00
Chetan K Jain
3d8e887734 Update docs/about/getting-started.html 2012-01-13 17:25:51 +07:00
Chetan K Jain
5c7c1d875d Update docs/pages/page-anatomy.html 2012-01-13 17:25:51 +07:00
Anne-Gaelle Colom
ef56188c71 added navbar 2012-01-13 17:25:50 +07:00
Anne-Gaelle Colom
4b92928e69 Update docs/forms/switch/options.html 2012-01-13 17:25:49 +07:00
Anne-Gaelle Colom
8c2a69c9fa Update docs/forms/slider/options.html 2012-01-13 17:25:49 +07:00
Ghislain Seguin
86c611e436 Added require.js 1.0.3 as a submodule 2012-01-13 17:25:48 +07:00
Jake Boone
c31e7173d2 Move back button configuration options to Page section 2012-01-13 17:25:46 +07:00
jblas@adobe.com
7aa80fd087 Fix for issue #3305 - Confusing documentation about dataUrl in changePage
- Changed 'data-url' to 'dataUrl' to match actual implementation.
2012-01-13 17:24:50 +07:00
Ghislain Seguin
fa86da6856 Reverted unwanted changes 2012-01-13 17:24:50 +07:00
Ghislain Seguin
c6e49f7b07 Discovered r.js' pragmas use them instead of the hacky solution provided by amd-stripper.js 2012-01-13 17:24:49 +07:00
Ghislain Seguin
6f13267af7 Moved r.js and require.js to external 2012-01-13 17:21:45 +07:00