jquery-mobile/js
scottjehl 699001a3c6 Added an experimental "updatePagePadding" method, which allows developers to adjust the page element's padding to accommodate a taller toolbar, so there is no overlap.
Addresses Issue #3484

Caveats:

- This method must be called when the toolbar is visible, meaning you'll see a visible jump when a page is shown. For this reason, I'm hesitant to recommend this feature. It would be a lot smoother to set the page padding in a custom CSS file to make up for whatever EM height your toolbars happen to be.

- Height is set in Pixels, meaning changes in font size could  render it inaccurate. If we want to set height in ems, we'll need to add an em conversion  utility function to jQM.

- To ensure it works properly, this method will need to be called on page show, and at any time a content reflow might occur: resize, orientationchange, zoom?

This method is not currently called automatically.

It can be called like this: $(".ui-header-fixed").fixedtoolbar( "updatePagePadding" );
2012-01-25 18:26:04 +07:00
..
index.php added files to index php 2012-01-24 17:31:06 +07:00
jquery-1.6.4.js Added jQuery 1.6.4 2012-01-22 23:13:31 -08:00
jquery-1.7.1.js Added jQuery 1.7.1 2012-01-22 23:13:50 -08:00
jquery.js Added meta info to jQuery Core file. 2012-01-13 17:31:35 -05:00
jquery.mobile.buttonMarkup.js Update to buttonMarkup to use appropriate data selector 2012-01-19 09:20:05 -08:00
jquery.mobile.collapsible.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.collapsibleSet.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.controlGroup.js Moved the pagecreate handler registration for controlgroups to the init IIFE so it's executed after all required widgets have registered theirs 2012-01-20 09:35:36 -08:00
jquery.mobile.core.js defined touchOverflowEnabled in core 2012-01-19 00:17:40 +07:00
jquery.mobile.define.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.degradeInputs.js use helper method to get page data to prevent dialog failures 2012-01-17 14:39:10 -08:00
jquery.mobile.dialog.js Fix to #3351, dialogs reopening when attempting to close them 2012-01-16 18:38:58 -06:00
jquery.mobile.docs.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.event.js Additional meta information (grouping/required). 2012-01-17 14:05:23 -05:00
jquery.mobile.fieldContain.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.fixedToolbar.js Added an experimental "updatePagePadding" method, which allows developers to adjust the page element's padding to accommodate a taller toolbar, so there is no overlap. 2012-01-25 18:26:04 +07:00
jquery.mobile.forms.button.js Merge pull request #3398 from garann/master 2012-01-16 15:04:56 -08:00
jquery.mobile.forms.checkboxradio.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.forms.select.custom.js Show me the cache 2012-01-17 16:03:38 -08:00
jquery.mobile.forms.select.js preventFocusZoom default is true on iOS platforms, false otherwise, as it is only here to address an iOS bug. 2012-01-25 17:28:25 +07:00
jquery.mobile.forms.slider.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.forms.textinput.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.grid.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.hashchange.js reverted fixed toolbar merge, there are some issues with the branch that need to be addressed 2012-01-17 21:46:28 -08:00
jquery.mobile.init.js Moved the pagecreate handler registration for controlgroups to the init IIFE so it's executed after all required widgets have registered theirs 2012-01-20 09:35:36 -08:00
jquery.mobile.js moved the iosfocusfix logic over to the selectmenu plugin. It's now toggled via a new option: preventFocusZoom (Default is true). 2012-01-24 17:31:06 +07:00
jquery.mobile.links.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.listview.filter.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.listview.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.media.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.navbar.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.navigation.js removed internal use of the touchOverflowEnabled flag. It'll remain defined until next major release, however. Now in core. 2012-01-19 00:15:09 +07:00
jquery.mobile.navigation.pushstate.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.nojs.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.page.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.page.sections.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
jquery.mobile.support.js Additional meta information (grouping/required). 2012-01-17 14:05:23 -05:00
jquery.mobile.transition.flip.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.flow.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.js fixed the fixed toolbar tap toggle. Footers weren't moving to bottom. This line was outta line 2012-01-23 23:47:08 +07:00
jquery.mobile.transition.pop.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.slide.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.slidedown.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.slideup.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.transition.turn.js Added meta information for download builder. 2012-01-13 17:27:58 -05:00
jquery.mobile.vmouse.js reverted fixed toolbar merge, there are some issues with the branch that need to be addressed 2012-01-17 21:46:28 -08:00
jquery.mobile.widget.js reverted fixed toolbar merge, there are some issues with the branch that need to be addressed 2012-01-17 21:46:28 -08:00
jquery.mobile.zoom.iosorientationfix.js exclude non-iOS platforms from this behavior 2012-01-25 17:24:53 +07:00
jquery.mobile.zoom.js added the locked property, with options to lock and unlock it when calling disable or enable, respectively. This allows a plugin to take control and ensure zoom isn't messed with while it's carrying out a zoom-specific task 2012-01-24 17:31:07 +07:00
jquery.tag.inserter.js Moved the conditional define call within a document.write 2012-01-22 23:15:59 -08:00
jquery.ui.widget.js Added dependency on jquery 2012-01-13 17:32:25 +07:00
order.js Actually need order! plugin for controlgroup at least 2012-01-13 17:21:26 +07:00