[EFL][genlist] replace image and explanation for wearable profile
authorJee-Yong Um <jc9.um@samsung.com>
Tue, 10 Nov 2015 05:55:24 +0000 (14:55 +0900)
committerJee-Yong Um <jc9.um@samsung.com>
Wed, 11 Nov 2015 03:18:39 +0000 (12:18 +0900)
Change-Id: I5c3b0223564a6306bd9cb66993a508c2daea21b3
Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com>
org.tizen.ui.practices/html/images/genlist_multi_wn.png [new file with mode: 0755]
org.tizen.ui.practices/html/native/efl/component_genlist_wn.htm

diff --git a/org.tizen.ui.practices/html/images/genlist_multi_wn.png b/org.tizen.ui.practices/html/images/genlist_multi_wn.png
new file mode 100755 (executable)
index 0000000..0735625
Binary files /dev/null and b/org.tizen.ui.practices/html/images/genlist_multi_wn.png differ
index 29ed748..d389237 100644 (file)
@@ -137,7 +137,7 @@ itc-&gt;func.del = _item_del;
    <li><span style="font-family: Courier New,Courier,monospace">ELM_GENLIST_ITEM_GROUP</span></li>
   </ul>
 
-<p>If <span style="font-family: Courier New,Courier,monospace">ELM_GENLIST_ITEM_TREE</span> is set, this item is displayed as being able to expand and have child items. If <span style="font-family: Courier New,Courier,monospace">ELM_GENLIST_ITEM_GROUP</span> is set, this item is a group index item that is displayed at the top until the next group appears.</p>
+<p>If <span style="font-family: Courier New,Courier,monospace">ELM_GENLIST_ITEM_TREE</span> is set, this item is displayed as being able to expand and have child items. If <span style="font-family: Courier New,Courier,monospace">ELM_GENLIST_ITEM_GROUP</span> is set, this item is a group index item that is displayed at the top until the next group appears. (In wearable profile, genlist tree item style is not supported yet, so the sample image of mobile profile is displayed below.)</p>
 
 <p class="figure">Figure: Genlist tree</p> 
 <p align="center"> <img alt="Genlist tree" src="../../images/genlist_tree.png" /> </p> 
@@ -179,10 +179,10 @@ itc-&gt;func.del = _item_del;
 
 <p>By default, the genlist is in single-selection mode: only one item can be selected at a time. You can use <span style="font-family: Courier New,Courier,monospace">elm_genlist_multi_select_set()</span> to select multiple items. In the single-selection mode, the <span style="font-family: Courier New,Courier,monospace">elm_genlist_selected_item_get()</span> function can be called to retrieve the selected item. If several items are selected, the <span style="font-family: Courier New,Courier,monospace">elm_genlist_selected_items_get()</span> returns a list of the current selected items.</p>
 
-<p>In the following figure, there is a genlist in multi-selection mode with two items selected (#4 and #5) and one item disabled (#2).</p>
+<p>In the following figure, there is a genlist in multi-selection mode with two items selected (#2 and #3) and one item disabled (#0).</p>
 
 <p class="figure">Figure: Genlist component</p> 
-<p align="center"> <img alt="Genlist component" src="../../images/genlist_multi.png"/> </p> 
+<p align="center"> <img alt="Genlist component" src="../../images/genlist_multi_wn.png"/> </p>
 
 <h2 id="callback">Using Genlist Callbacks</h2>