Tizen 2.0 Release
[samples/web/TizenWinset.git] / tips / list-sample / expandable.html
1 <html>
2         <head></head>
3         <body>
4                 <div data-role="page">
5                         <div data-role="header" data-position="fixed">
6                                 <h1>Single-Page Application </h1>
7                         </div>
8                         <!-- /header -->
9                         <div data-role="content">
10                                 <ul data-role="listview" id="mylist">
11                                 </ul>
12                         </div>
13                         <!-- /content -->
14                         <div data-role="footer" data-position="fixed">
15                         </div>
16                         <!-- /footer -->
17                 </div>
18                 <!-- /page -->
19         </body>
20 </html>