[TizenWinset]update TizenWinset(tizen_2.1)
[samples/web/TizenWinset.git] / widgets / small-popup-interval.html
index e0e0c5b..b7c5902 100644 (file)
@@ -1,14 +1,15 @@
 <!DOCTYPE html>
-<div data-role="page" data-add-back-btn="true">
+<div data-role="page" data-add-back-btn="true" class="noti-demo">
        <div data-role="notification" id="notification" data-type="popup" data-interval="3000">
                <p>Notification Demo</p>
        </div>
        <div data-role="header" data-position="fixed">
-               <h1>Notification</h1>
+               <h1>NOTIFICATION</h1>
        </div>
        <div data-role="content">
                <div data-role="button" id="noti-demo">Show Smallpopup</div>
        </div><!-- /content -->
        <div data-role="footer">
        </div>
+       <script type="text/javascript" src="noti.js"></script>
 </div> <!-- /page -->