Export 0.1.63
[platform/framework/web/web-ui-fw.git] / demos / tizen-winsets / index.html
index 9fe3c6a..9c4c434 100755 (executable)
 
 
        <div data-role="page" id="multibuttonentry">
-               <div data-role="header"  data-position="fixed">
+               <div data-role="header" data-position="fixed">
                        <h1>Multi-button Entry</h1>
                </div>
                <div data-role="content">
                        </ul>
                </div>
        </div>
-       <div data-role="page"  id="addressbook" data-footer-Exist="false" >
+       <div data-role="page" id="addressbook" data-add-back-btn="none">
                <div data-role="header"  data-position="fixed">
                        <h1>Address Book</h1>
-                       <a id="cancelBtn" href="#multibuttonentry" data-role="button" class="ui-btn-right" >Cancel</a>
                </div>
                <div data-role="content" id="contentList">
                        <ul data-role="listview">
                                <li><a href="#multibuttonentry">Sawyer Wakefield</a></li>
                        </ul>
                </div> <!--/content -->
+               <div data-role="footer">
+                       <div align="right">
+                               <a href="#multibuttonentry" data-role="button" style="margin-right : 1em;">Cancel</a>
+                       </div>
+               </div>
        </div> <!--/page -->
 
        <!--                   nocontents                 -->