Browse Source

added 'back' button in header of page2

master
T. Meissner 12 years ago
parent
commit
055ea79ed1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ch01_03.html

+ 1
- 1
ch01_03.html View File

@ -22,7 +22,7 @@
<h4>mobilexweb.com</h4>
</div>
</div>
<div data-role="page" id="page2" data-title="This is the second page">
<div data-role="page" id="page2" data-title="This is the second page" data-add-back-btn="true" data-back-btn-theme="b">
<div data-role="header">
<h1>Second page</h1>
</div>


Loading…
Cancel
Save