|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <title>jQuery Mobile Docs - Configuration</title> |
| 7 | + <link rel="stylesheet" href="../../themes/default/" /> |
| 8 | + <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/> |
| 9 | + <script src="../../js/jquery.js"></script> |
| 10 | + <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script> |
| 11 | + <script src="../_assets/js/jqm-docs.js"></script> |
| 12 | + <script src="../../js/"></script> |
| 13 | +</head> |
| 14 | +<body> |
| 15 | + |
| 16 | + <div data-role="page" class="type-index"> |
| 17 | + |
| 18 | + <div data-role="header" data-theme="f"> |
| 19 | + <h1>Pages</h1> |
| 20 | + <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a> |
| 21 | + </div><!-- /header --> |
| 22 | + |
| 23 | + <div data-role="content"> |
| 24 | + <h2>Global config tests</h2> |
| 25 | + <p>The following links will cause a full page refresh so that the global options configuration can take effect. Each link below will tweak a different option for quick testing.</p> |
| 26 | + |
| 27 | + |
| 28 | + <ul data-role="listview" data-inset="true"> |
| 29 | + <li> |
| 30 | + <a href="pushState.html" data-ajax="false"> |
| 31 | + <h3>pushStateEnabled - False</h3> |
| 32 | + <p>Enhancement to use history.replaceState in supported browsers, to convert the hash-based Ajax URL into the full document path. </p> |
| 33 | + </a> |
| 34 | + </li> |
| 35 | + <li> |
| 36 | + <a href="touchOverflow.html" data-ajax="false"> |
| 37 | + <h3>touchOverflowEnabled - True</h3> |
| 38 | + <p>Enable smoother page transitions and true fixed toolbars in devices that support both the overflow: and overflow-scrolling: touch; CSS properties.</p> |
| 39 | + </a> |
| 40 | + </li> |
| 41 | + <li> |
| 42 | + <a href="pageTransition.html" data-ajax="false"> |
| 43 | + <h3>defaultPageTransition - Fade</h3> |
| 44 | + <p>Set the default transition for page changes that use Ajax. Set to 'none' for no transitions by default.</p> |
| 45 | + </a> |
| 46 | + </li> |
| 47 | + <li> |
| 48 | + <a href="dialogTransition.html" data-ajax="false"> |
| 49 | + <h3>defaultDialogTransition - Flip</h3> |
| 50 | + <p>Set the default transition for dialog changes that use Ajax. Set to 'none' for no transitions by default.</p> |
| 51 | + </a> |
| 52 | + </li> |
| 53 | + <li> |
| 54 | + <a href="minScrollBack.html" data-ajax="false"> |
| 55 | + <h3>minScrollBack - 999</h3> |
| 56 | + <p>Minimum scroll distance that will be remembered when returning to a page.</p> |
| 57 | + </a> |
| 58 | + </li> |
| 59 | + <li> |
| 60 | + <a href="loadingMessage.html" data-ajax="false"> |
| 61 | + <h3>loadingMessage - false</h3> |
| 62 | + <p>Set the text that appears when a page is loading. If set to false, the message will not appear at all.</p> |
| 63 | + </a> |
| 64 | + </li> |
| 65 | + <li> |
| 66 | + <a href="pageLoadErrorMessage.html" data-ajax="false"> |
| 67 | + <h3>pageLoadErrorMessage - "Yikes, we broke the internet!"</h3> |
| 68 | + <p>Set the text that appears when a page fails to load through Ajax.</p> |
| 69 | + </a> |
| 70 | + </li> |
| 71 | + </ul> |
| 72 | + |
| 73 | + |
| 74 | + </div><!-- /ui-body wrapper --> |
| 75 | +</div><!-- /page --> |
| 76 | + |
| 77 | +</body> |
| 78 | +</html> |
0 commit comments