naviframe: Modify description related to Tizen 2.4. 41/99841/1
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 24 Nov 2016 08:20:51 +0000 (17:20 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 24 Nov 2016 08:23:21 +0000 (17:23 +0900)
Change-Id: I246bc2255f193b6d1cda70416cb11d5ccf36853f

org.tizen.guides/html/native/ui/efl/container_naviframe_n.htm

index 12f82a0..5cc3555 100644 (file)
@@ -60,13 +60,13 @@ Elm_Object_Item
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Evas_Object *next_btn, Evas_Object *content, const char *item_style);
 </pre>
 <ul>
-<li><p>In Tizen, the <span style="font-family: Courier New,Courier,monospace">next_btn</span> (fourth parameter) is not shown, so use <span style="font-family: Courier New,Courier,monospace">NULL</span>. The <span style="font-family: Courier New,Courier,monospace">prev_btn</span> (third parameter) is supported, but auto pushing is also supported over Tizen 2.4. As a result, use <span style="font-family: Courier New,Courier,monospace">NULL</span> for <span style="font-family: Courier New,Courier,monospace">prev_btn</span> too, and set the auto-pushed flag (about the <span style="font-family: Courier New,Courier,monospace">prev_btn</span>) to <span style="font-family: Courier New,Courier,monospace">true</span> (like below).</p>
+<li><p>In Tizen, the <span style="font-family: Courier New,Courier,monospace">next_btn</span> (fourth parameter) is not shown, so use <span style="font-family: Courier New,Courier,monospace">NULL</span>. The <span style="font-family: Courier New,Courier,monospace">prev_btn</span> (third parameter) is supported, but auto pushing is also supported from Tizen 2.4. As a result, use <span style="font-family: Courier New,Courier,monospace">NULL</span> for <span style="font-family: Courier New,Courier,monospace">prev_btn</span> too, and set the auto-pushed flag (about the <span style="font-family: Courier New,Courier,monospace">prev_btn</span>) to <span style="font-family: Courier New,Courier,monospace">true</span> (like below).</p>
 <pre class="prettyprint">
 /* Make prev_btn automatically, if multiple items are pushed (default: EINA_FALSE) */
 elm_naviframe_prev_btn_auto_pushed_set(nf, EINA_TRUE);
 </pre></li>
 <li>
-<p>The last parameter is the style of the naviframe item. In Tizen 2.4 mobile, various <a href="#style">item styles</a> are provided:</p>
+<p>The last parameter is the style of the naviframe item. In Tizen mobile, various <a href="#style">item styles</a> are provided:</p>
 <ul><li>If an item style supports text parts, fill the text parts with the <span style="font-family: Courier New,Courier,monospace">elm_object_item_part_text_set()</span> function:
 <pre class="prettyprint">
 elm_object_item_part_text_set(nf_it, &quot;subtitle&quot;, &quot;subtitle&quot;);
@@ -148,7 +148,7 @@ elm_object_item_part_content_set(nf_it, &quot;tabbar&quot;, tb);
 
 <h2 id="style">Item Styles</h2>
 
-<p>The following table lists the item styles available for Tizen 2.4 mobile applications.</p>
+<p>The following table lists the item styles available for Tizen mobile applications.</p>
 
 <table>
    <caption>Table: Naviframe item styles</caption>