back button control demo : change url link to data-rel="back"
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Mon, 31 Dec 2012 04:54:52 +0000 (13:54 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 4 Jan 2013 11:30:38 +0000 (20:30 +0900)
url link can't find previoust page in some cases

Change-Id: I61c0f7809efedfdda194852d9ecac7cffa1011f4

demos/tizen-winsets/widgets/pagelayout/backbutton/back-button-to-header.html
demos/tizen-winsets/widgets/pagelayout/backbutton/dynamically-attatch-backbutton-to-footer.html
demos/tizen-winsets/widgets/pagelayout/backbutton/dynamically-attatch-backbutton-to-header.html
demos/tizen-winsets/widgets/pagelayout/backbutton/no-back-button.html
demos/tizen-winsets/widgets/pagelayout/backbutton/no-footer.html

index d897614..988e21e 100755 (executable)
@@ -24,7 +24,7 @@
                        &nbsp&nbsp&nbsp&nbsp&lt;/div&gt; <br>
                  &lt;/div&gt; </p>
                </div><br>
-               <a href="../backbutton-control.html" data-role="button" data-inline="true">Go Back</a>
+               <a href="#" data-role="button" data-inline="true" data-rel="back">Go Back</a>
        </div>
 </div>
 </body>
index f6fd28b..e3c6160 100755 (executable)
@@ -36,7 +36,7 @@
                </div><br>
 
                <a id="genBackToFooter" data-role="button" data-inline="true">Generate backbutton to footer</a><br><br>
-               <a href="../backbutton-control.html" data-role="button" data-inline="true">Go Back</a>
+               <a href="#" data-role="button" data-inline="true" data-rel="back">Go Back</a>
        </div>
 
        <div data-role="footer">
index 4d7809c..db2c6cd 100755 (executable)
@@ -36,7 +36,7 @@
                </div><br>
 
                <a id="genBackToFooter2" data-role="button" data-inline="true">Generate backbutton to header</a><br><br>
-               <a href="../backbutton-control.html" data-role="button" data-inline="true">Go Back</a>
+               <a href="#" data-role="button" data-inline="true" data-rel="back">Go Back</a>
        </div>
 
        <div data-role="footer">
index d4f27ec..ce710ee 100755 (executable)
@@ -25,7 +25,7 @@
                        &nbsp&nbsp&nbsp&nbsp&lt;/div&gt; <br>
                  &lt;/div&gt; </p>
                </div><br>
-               <a href="../backbutton-control.html" data-role="button" data-inline="true">Go Back</a>
+               <a href="#" data-role="button" data-inline="true" data-rel="back">Go Back</a>
        </div>
        <div data-role="footer" data-position="fixed" >
        </div>
index 2cb001f..e6e53f9 100755 (executable)
@@ -24,7 +24,7 @@
                        &nbsp&nbsp&nbsp&nbsp&lt;/div&gt; <br>
                  &lt;/div&gt; </p>
                </div><br>
-               <a href="../backbutton-control.html" data-role="button" data-inline="true">Go Back</a>
+               <a href="#" data-role="button" data-inline="true" data-rel="back">Go Back</a>
        </div>
 </div>
 </body>