mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 00:54:43 +00:00
docs: tiny typo at Pages & Dialogs / Page titles
This commit is contained in:
parent
6cf19d6c10
commit
6f400e87cf
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
<h2>Titles in multi-page templates</h2>
|
||||
|
||||
<p>On multi-page documents, we follow a similiar convention, but since all the page share a common <code>title</code>, we have a <code>data-title</code> attribute that can be added each page container within a multi-page template to manually define a title. The title of the HTML docuemnt will be automatically updated to match the <code>data-title</code> of the page currently in view.</p>
|
||||
<p>On multi-page documents, we follow a similiar convention, but since all the page share a common <code>title</code>, we have a <code>data-title</code> attribute that can be added to each page container within a multi-page template to manually define a title. The title of the HTML document will be automatically updated to match the <code>data-title</code> of the page currently in view.</p>
|
||||
|
||||
<pre><code>
|
||||
<div data-role="page" id="foo" <strong>data-title="Page Foo"</strong>>
|
||||
|
|
|
|||
Loading…
Reference in a new issue