Tizen 2.0 Release
[samples/web/TizenWinset.git] / widgets / selectioninfo.html
1 <html>
2         <head></head>
3         <body>
4                 <div data-role="page" data-add-back-btn="true" data-fit-page-to-window="true">
5                         <div data-role="notification" id="smallpopup_selectioninfo" data-type="popup">
6                         </div>
7                         <div data-role="header" data-position="fixed">
8                                 <h1>Selection Info</h1>
9                         </div>
10                         <div data-role="content">
11                                 <h2>Selectioninfo Test </h2>
12                                 <fieldset id="dayselector1" data-role="dayselector" data-type="horizontal">
13                                         <legend>Choose some days</legend>
14                                 </fieldset>
15                                 <div>
16                                         <a id="day-selector-check-all" data-role="button" data-inline="true">Check all</a>
17                                 </div>
18                                 <hr />
19                                 <p id="selectioninfo-demo" align="center">Click Here to Show Small Popup</p>
20                         </div>
21                         <!-- /page -->
22                 </div>
23         </body>
24 </html>