Commit graph

149 commits

Author SHA1 Message Date
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
Mat Marquis
5cfc363fa2 Removed reference to themeswitcher JS docs-wide. 2012-01-11 15:51:53 -05:00
Mat Marquis
148cb09132 Updated docs’ CSS to use new @import scheme. 2012-01-10 16:35:51 -05: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
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
Eddie Monge
6b67d8009c Make one photo half its size while retaining the same quality 2011-11-16 17:02:28 -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
toddparker
94defe7caf Added links to the data- attribute reference to key pages, removed old API pages 2011-11-13 21:13:53 -05:00
Ghislain Seguin
8fb55a8afa Merge pull request #2974 from agcolom/patch-16
Update docs/toolbars/docs-bars.html
2011-11-08 22:45:55 -08:00
Todd Parker
7185e864c9 Merge pull request #2987 from agcolom/patch-25
Update docs/toolbars/bars-themes.html
2011-11-08 13:34:04 -08:00
Todd Parker
a35e1507da Merge pull request #2971 from agcolom/patch-14
Update docs/toolbars/index.html
2011-11-08 13:33:44 -08:00
Todd Parker
77733d3ae8 Merge pull request #2972 from agcolom/patch-15
Update docs/toolbars/docs-bars.html
2011-11-08 13:33:22 -08:00
Anne-Gaelle Colom
41ce526d5d Update docs/toolbars/bars-themes.html 2011-11-08 21:33:03 +00:00
Todd Parker
4f13feadcf Merge pull request #2986 from agcolom/patch-24
Update docs/toolbars/footer-persist-c.html
2011-11-08 13:32:50 -08:00
Todd Parker
7d0dddc904 Merge pull request #2985 from agcolom/patch-23
Update docs/toolbars/footer-persist-b.html
2011-11-08 13:32:33 -08:00
Anne-Gaelle Colom
100b1d167e Update docs/toolbars/footer-persist-c.html 2011-11-08 21:26:31 +00:00
Anne-Gaelle Colom
2314e554dc Update docs/toolbars/footer-persist-b.html 2011-11-08 21:24:58 +00:00
Todd Parker
b15f87c504 Merge pull request #2984 from agcolom/patch-22
Update docs/toolbars/footer-persist-a.html
2011-11-08 13:24:35 -08:00
Anne-Gaelle Colom
66da36b486 Update docs/toolbars/footer-persist-a.html 2011-11-08 21:22:41 +00:00
Todd Parker
690696c564 Merge pull request #2983 from agcolom/patch-21
Update docs/toolbars/bars-fullscreen.html
2011-11-08 13:09:40 -08:00
Anne-Gaelle Colom
eeaf535081 Update docs/toolbars/bars-fullscreen.html 2011-11-08 21:02:07 +00:00
Anne-Gaelle Colom
6146add9fc Update docs/toolbars/bars-fixed.html 2011-11-08 20:58:34 +00:00
Anne-Gaelle Colom
aee0d8c486 Update docs/toolbars/docs-navbar.html 2011-11-08 19:36:39 +00:00
Anne-Gaelle Colom
5d94d64296 Update docs/toolbars/docs-footers.html 2011-11-08 19:20:27 +00:00
Anne-Gaelle Colom
7a1d5ec057 Update docs/toolbars/docs-headers.html 2011-11-08 15:14:21 +00:00
Anne-Gaelle Colom
a37f6278e2 Update docs/toolbars/docs-bars.html 2011-11-08 14:39:19 +00:00
Anne-Gaelle Colom
1b80023184 Update docs/toolbars/docs-bars.html 2011-11-08 14:05:21 +00:00
Anne-Gaelle Colom
f1b6b300cb Update docs/toolbars/index.html 2011-11-08 13:59:19 +00:00
Anne-Gaelle Colom
eb9f685ffd Update docs/toolbars/docs-headers.html 2011-11-05 10:04:34 +00:00
Michael
0b177677d8 Prepend $.mobile to docs to fix code example 2011-10-24 10:00:37 -07:00
toddparker
2a9fa45552 Added a blurb about toolbar events for re-positioning
Also re-ordered events page to group touch and mouse together
2011-10-19 14:15:32 -04:00
Eddie Monge
8bc5e42fb3 2700: Step 5 Update all doc references 2011-10-17 13:51:45 -07:00
toddparker
5d45359943 Added design suggestions for header footers
Added a section at the bottom of headers explain gin how to roll your
own headers and bars with some CSS classes and custom rules. Linked to
grids from footer page.
2011-10-14 11:52:22 -04:00
toddparker
540c88008e Added some notes to the toolbar theming page
Linked to grid layouts in footer content, highlighted code examples.
2011-10-14 11:29:38 -04:00
toddparker
6ae3008df6 Updated fixed toolbar docs
Re-wrote the whole page, added note about
$.fixedToolbars.setTouchToggleEnabled(false) option, known limitations,
touchOverflowEnabled features.
2011-10-14 11:23:44 -04:00
toddparker
1c9a18ed79 Fixed CSS border-radius:none invalid in section "Using 3rd party icon sets". Fixes #2129 2011-10-12 11:55:06 -04:00
toddparker
15e984eca6 Re-vamped the navbar docs to fix incorrect info about icon positioning and theming. Fixes #1858, Fixes #1797, Fixes #2667, Fixes #1180, Fixes #2373
The docs incorrectly stated that the icon position could be set per
link, but this is intended as a global setting for the navbar parent.
This is working as designed and helps with visual consistency. If icon
positioning needs to be be adjusted per link, you will need to manually
apply the right classes through JS and may need to tweak CSS because
top/bottom and left/right positions have different heights.
2011-10-12 11:49:26 -04:00
scottjehl
ce1e464275 adjusted the presentation of the left nav and footer for the docs 2011-09-29 16:35:31 -04:00
scottjehl
bb4e1ca275 removed image dimensions in demo page 2011-09-08 12:38:50 -04:00
toddparker
c2405448fd Fixed a few broken links in the docs. 2011-08-04 15:23:51 -04:00
Tak Tran
80edfd9f15 Fixed up spelling mistake. 2011-07-12 16:48:40 -07:00
scottjehl
13a22e3eec updated the footers in the new docs templates 2011-06-20 18:53:55 -04:00
scottjehl
f3e35d49dd more updates to the docs markup. getting close! 2011-06-20 18:53:55 -04:00
scottjehl
579f418c2e updated the rest of the navs to be local to their section. 2011-06-20 18:53:54 -04:00
scottjehl
ebf9bd8535 added navigation components to most docs pages 2011-06-20 18:53:54 -04:00
scottjehl
6980110d32 updated header themes 2011-06-20 18:53:54 -04:00
scottjehl
74b001f62e linked up js docs references properly 2011-06-20 18:53:54 -04:00
cwt137
2a5badd14d Adds missing button in toolbar theming example. Fixes issue #1674 2011-05-20 06:27:52 -07:00