-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Provide a user friendly method to set global options #1880
Comments
Or that can be passed a key value set of options. |
Sure! So 4 signatures: |
Nice! |
|
+1 |
|
One thought: in the interest of keeping things concise until we really need to add more, would be it worth considering just one method for setting a widget option? That would address the concern above without adding a lot of code...
|
And keeping |
Added to the feature request wiki: |
Today to enable the back button globally we have to type
$.mobile.page.prototype.options.addBackBtn = true
. It would be more user-friendly to have some utility method like$.mobile.option(optionName, newValue)
to wrap that call.The text was updated successfully, but these errors were encountered: