[Title] common-eplugin: fixed movable header in jQuery Mobile templates
authorJihoon Song <jihoon80.song@samsung.com>
Mon, 8 Apr 2013 11:41:32 +0000 (20:41 +0900)
committerJihoon Song <jihoon80.song@samsung.com>
Mon, 8 Apr 2013 11:41:32 +0000 (20:41 +0900)
[Desc.]
[Issue] N_SE-33054

Change-Id: Ie94fa95567c8cf1db653c604b24cab8fa952bf3c

org.tizen.common.verrari/templates/cli/jqm-masterdetail/index.html
org.tizen.common.verrari/templates/cli/jqm-masterdetail/section1.html
org.tizen.common.verrari/templates/cli/jqm-masterdetail/section2.html
org.tizen.common.verrari/templates/cli/jqm-multipage/index.html
org.tizen.common.verrari/templates/cli/jqm-navigation/section1.html
org.tizen.common.verrari/templates/cli/jqm-singlepage/index.html
org.tizen.common.verrari/templates/jar/jqm-masterdetail.jar
org.tizen.common.verrari/templates/jar/jqm-multipage.jar
org.tizen.common.verrari/templates/jar/jqm-navigation.jar
org.tizen.common.verrari/templates/jar/jqm-singlepage.jar

index cead747..c3c4ee1 100644 (file)
@@ -3,7 +3,7 @@ $$include{"head.template"}
 <body>
 
 <div data-role="page" class="type-interior" data-theme="$${JQMTheme|'c'}">
-    <div data-role="header" data-theme="$${JQMTheme|'a'}">
+    <div data-role="header" data-theme="$${JQMTheme|'a'}" data-position="fixed">
         <h1>Master-Detail Application</h1>
         <a href="index.html" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
     </div><!-- /header -->
index 52a2e06..73ff6cb 100644 (file)
@@ -3,7 +3,7 @@ $$include{"head.template"}
 <body>
 
 <div data-role="page" class="type-interior" data-theme="$${JQMTheme|'c'}">
-    <div data-role="header" data-theme="$${JQMTheme|'a'}">
+    <div data-role="header" data-theme="$${JQMTheme|'a'}" data-position="fixed">
         <h1>Master-Detail Application</h1>
         <a href="index.html" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
     </div><!-- /header -->
index e198e70..c536266 100644 (file)
@@ -3,7 +3,7 @@ $$include{"head.template"}
 <body>
 
 <div data-role="page" class="type-interior" data-theme="$${JQMTheme|'c'}">
-    <div data-role="header" data-theme="$${JQMTheme|'a'}">
+    <div data-role="header" data-theme="$${JQMTheme|'a'}" data-position="fixed">
         <h1>Master-Detail Application</h1>
         <a href="index.html" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
     </div><!-- /header -->
index c2a21c0..f5d3be2 100644 (file)
@@ -4,7 +4,7 @@ $$include{"head.template"}
 
 <!-- Start of first page: #one -->
 <div data-role="page" id="one" data-theme="$${JQMTheme|'c'}">
-    <div data-role="header" data-theme="$${JQMTheme|'a'}">
+    <div data-role="header" data-theme="$${JQMTheme|'a'}" data-position="fixed">
         <h1>Multi-Page Application</h1>
     </div><!-- /header -->
 
index 4d1d526..fcd5cee 100644 (file)
@@ -3,7 +3,7 @@ $$include{"head.template"}
 <body>
 
 <div data-role="page" id="foo" data-position="fixed" data-theme="$${JQMTheme|'c'}">
-    <div data-role="header" data-theme="$${JQMTheme|'a'}">
+    <div data-role="header" data-theme="$${JQMTheme|'a'}" data-position="fixed">
         <h1>Navigation Application</h1>
     </div><!-- /header -->
 
index f81cda4..6bce4c1 100644 (file)
@@ -3,7 +3,7 @@ $$include{"head.template"}
 <body>
 
 <div data-role="page" data-theme="$${JQMTheme|'c'}">
-    <div data-role="header" data-theme="$${JQMTheme|'a'}">
+    <div data-role="header" data-theme="$${JQMTheme|'a'}" data-position="fixed">
         <h1>Single-Page Application </h1>
     </div><!-- /header -->
 
index 6a6fb19..feed6ca 100644 (file)
Binary files a/org.tizen.common.verrari/templates/jar/jqm-masterdetail.jar and b/org.tizen.common.verrari/templates/jar/jqm-masterdetail.jar differ
index cdf3f52..ca66c0c 100644 (file)
Binary files a/org.tizen.common.verrari/templates/jar/jqm-multipage.jar and b/org.tizen.common.verrari/templates/jar/jqm-multipage.jar differ
index eccc686..2fd8776 100644 (file)
Binary files a/org.tizen.common.verrari/templates/jar/jqm-navigation.jar and b/org.tizen.common.verrari/templates/jar/jqm-navigation.jar differ
index fb0b63b..fe5c2e2 100644 (file)
Binary files a/org.tizen.common.verrari/templates/jar/jqm-singlepage.jar and b/org.tizen.common.verrari/templates/jar/jqm-singlepage.jar differ