Online-doc were updated for Using Container UI Components
authorDmitriy Rozzuvaylo <d.rozzuvaylo@samsung.com>
Mon, 7 Sep 2015 04:48:13 +0000 (07:48 +0300)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 8 Sep 2015 06:24:07 +0000 (15:24 +0900)
Change-Id: I29c64081471eada3bbbb25dcfd482d1ba610f79d
Signed-off-by: Dmitriy Rozzuvaylo <d.rozzuvaylo@samsung.com>
org.tizen.ui.practices/html/native/efl/containers_n.htm

index a0e1fe0..596e0bd 100644 (file)
@@ -361,8 +361,9 @@ nav = elm_naviframe_add(parent);
 <p>To add a new view to the naviframe:</p>
 <pre class="prettyprint">Elm_Object_Item *nav_it;
 
+/* In Tizen 2.4, the back button is automatically pushed if
+   elm_naviframe_prev_btn_auto_pushed_set(nav, EINA_TRUE); is called. */
 nav_it = elm_naviframe_item_push(nav, NULL, NULL, NULL, view, NULL);
-// In Tizen 2.3, the back button is not supported in the naviframe 
 </pre>
 <p>When you push a new view to the stack, you receive an <span style="font-family: Courier New,Courier,monospace">Elm_Object_Item</span> for the view. You can use this item to modify the view.</p>
 <p>To pop and delete the top-most view:</p>