summaryrefslogtreecommitdiff
path: root/demos/tizen-winsets/widgets/selectioninfo.html
blob: fbd0e38c2ace1e636fa61f9ab4b9c6365ecfbc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div data-role="page"data-add-back-btn="true" data-fit-page-to-window="true">
	<div data-role="notification" id="smallpopup_selectioninfo" data-type="popup">
	</div>
	<div data-role="header" data-position="fixed">
		<h1>Selection Info</h1>
	</div>

	<div data-role="content">
		<h2>Selectioninfo Test </h2>
		<fieldset id="dayselector1" data-role="dayselector" data-type="horizontal">
			<legend>Choose some days</legend>
		</fieldset>

		<div><a id="day-selector-check-all" data-role="button" data-inline="true">Check all</a></div>
		<hr/>

		<p id="selectioninfo-demo" align="center">Click Here to Show Small Popup</p>
</div> <!-- /page -->