From a1a1484db33663c10794d529b0b05ff341621a7d Mon Sep 17 00:00:00 2001 From: heeju Joo Date: Fri, 17 Apr 2015 18:46:59 +0900 Subject: [PATCH] [TAU] remove unnecessary guide content Change-Id: Ib2f52c8ac3a0527a2488b132fdef6b86407e077e Signed-off-by: heeju Joo --- .../ui_fw_api/wearable/page/app_page_layout.htm | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/org.tizen.web.apireference/html/ui_fw_api/wearable/page/app_page_layout.htm b/org.tizen.web.apireference/html/ui_fw_api/wearable/page/app_page_layout.htm index 5b9e2e4..15f258f 100755 --- a/org.tizen.web.apireference/html/ui_fw_api/wearable/page/app_page_layout.htm +++ b/org.tizen.web.apireference/html/ui_fw_api/wearable/page/app_page_layout.htm @@ -88,33 +88,6 @@ </div> -

Fixed header/footer Layout

-

You can layout your application with fixed header or fixed footer.

- - - - - - - - - -
Note
This attributes are supported since 2.3
-

You can use fixed-header/footer very simply by just adding class. Please refer following code:

-
<div class="ui-page ui-scroll-on">
-	<header class="ui-header ui-fixed">
-		<h2 class="ui-title">Header Fixed</h2>
-	</header>
-	<div class="ui-content content-padding">
-		It was a real pleasure for me to finally get to meet you. My colleagues join me in sending you our holiday...
-	</div>
-        <footer class="ui-footer ui-fixed">
-		<a href="#" class="ui-btn">Footer Button</a>
-	</footer>
-</div>
-
- -

Related Document pages

In your application, you can: