mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Merge pull request #2942 from agcolom/patch-4
Update docs/toolbars/docs-headers.html
This commit is contained in:
commit
87e6b4d8d2
1 changed files with 2 additions and 2 deletions
|
|
@ -123,10 +123,10 @@
|
|||
|
||||
<h2>Customizing the back button text</h2>
|
||||
|
||||
<p>If you'd like to configure the back button text, you can either use the <code>data-back-btn-text="previous"</code> attribute on your page element, or set it programmatically via the page plugin's options: <code>$.mobile.page.prototype.options.backBtnText = "previous";</code>.
|
||||
<p>If you'd like to configure the back button text, you can either use the <code>data-back-btn-text="previous"</code> attribute on your page element, or set it programmatically via the page plugin's options: <br /><code>$.mobile.page.prototype.options.backBtnText = "previous";</code></p>
|
||||
|
||||
<h3>Default back button style</h3>
|
||||
<p>If you'd like to configure the back button role-theme, you can use: <code>$.mobile.page.prototype.options.backBtnTheme = "a";</code>.
|
||||
<p>If you'd like to configure the back button role-theme, you can use: <br /><code>$.mobile.page.prototype.options.backBtnTheme = "a";</code><br />
|
||||
If you're doing this programmatically, set this option inside the mobileinit event handler.</p>
|
||||
|
||||
<h2>Custom header configurations</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue