turned auto back button additions off by default. Fixes #1657. To turn auto backbuttons on, you can set the page plugin's autoBackBtn option to true per page, or globally via its configuration prototype. You can also use the data-auto-back-btn attribute on a page div.

This commit is contained in:
scottjehl 2011-05-18 17:17:13 -04:00
parent 83652dd1d0
commit fd0819f379

View file

@ -9,7 +9,7 @@
$.widget( "mobile.page", $.mobile.widget, {
options: {
backBtnText: "Back",
addBackBtn: true,
addBackBtn: false,
backBtnTheme: null,
degradeInputs: {
color: false,