summaryrefslogtreecommitdiff
path: root/demos/tizen-winsets/widgets/small-popup.html
blob: 52ec444d54d63a84bdde03265805e856c257e478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<div data-role="page" data-add-back-btn="true">
	<div data-role="notification" id="notification" data-type="popup">
		<p>Notification Demo</p>
	</div>
	<div data-role="header" data-position="fixed">
		<h1>Notification</h1>
	</div>
	<div data-role="content">
		<div data-role="button" id="noti-demo">Show Smallpopup</div>
	</div><!-- /content -->
</div> <!-- /page -->