[LB] EFL updates based on query answers 98/101498/1
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Thu, 1 Dec 2016 09:14:21 +0000 (11:14 +0200)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Thu, 1 Dec 2016 09:14:21 +0000 (11:14 +0200)
Change-Id: Ia75967b2ee82dfe897e0ce593d0cafc060cbcba5

org.tizen.guides/html/index.htm
org.tizen.guides/html/native/ui/efl/component_hoversel_mn.htm
org.tizen.guides/html/native/ui/efl/component_image_mn.htm
org.tizen.guides/html/native/ui/efl/component_label_mn.htm
org.tizen.guides/index.xml

index 33dca84..8ac295a 100644 (file)
                                                                <li><a href="native/ui/efl/learn_edc_group_n.htm">Group Block</a></li>
                                                                <li><a href="native/ui/efl/learn_edc_part_n.htm">Part Block</a>
                                                                <ul>
-                                                                       <li><a href="native/ui/efl/learn_edc_positioning_parts_n.htm">Positioning_Parts</a></li>
+                                                                       <li><a href="native/ui/efl/learn_edc_positioning_parts_n.htm">Positioning Parts</a></li>
                                                                </ul>
                                                                </li>
                                                                <li><a href="native/ui/efl/learn_edc_program_n.htm">Program Block</a>
                                                </li>
                                                <li><a href="native/ui/efl/graphical_objects_n.htm">Primitive Graphical Objects</a>
                                                        <ul>
-                                                               <li><a href="native/ui/efl/evas_objects_n.htm">Rectangle</a></li>
-                                                               <li><a href="native/ui/efl/evas_objects_n.htm">Image</a></li>
-                                                               <li><a href="native/ui/efl/evas_objects_n.htm">Text and Textblock</a></li>
-                                                               <li><a href="native/ui/efl/evas_objects_n.htm">Container Objects</a></li>
+                                                               <li><a href="native/ui/efl/evas_objects_n.htm">Evas Objects</a></li>
                                                                <li><a href="native/ui/efl/evas_basic_objects_n.htm">Manipulating Graphical Objects</a></li>
                                                        </ul>
                                                </li>
                                                <li><a href="native/ui/efl/evas_rendering_n.htm">Evas Rendering Concept and Method</a></li>
                                                <li><a href="native/ui/efl/evas_map_animation_n.htm">Transformation with Evas Map</a>
                                                        <ul>
-                                                               <li><a href="native/ui/efl/evas_map_effects_n.htm">UV Mapping</a></li>
-                                                               <li><a href="native/ui/efl/evas_map_effects_n.htm">Zoom and Rotate</a></li>
-                                                               <li><a href="native/ui/efl/evas_map_effects_n.htm">Color and Lighting</a></li>
-                                                               <li><a href="native/ui/efl/evas_map_effects_n.htm">3D Effects</a></li>
+                                                               <li><a href="native/ui/efl/evas_map_effects_n.htm">Creating Evas Map Effects</a></li>
                                                        </ul>
                                                </li>
                                                <li><a href="native/ui/efl/animation_effects_n.htm">Animations and Effects</a>
index 1959e28..c9640da 100644 (file)
@@ -158,11 +158,6 @@ elm_hoversel_clear(hoversel);
          <th><span style="font-family: Courier New,Courier,monospace">event_info</span></th> 
       </tr>
       <tr>
-         <td><span style="font-family: Courier New,Courier,monospace">changed</span></td>
-         <td>The check component value changes.</td>
-         <td><span style="font-family: Courier New,Courier,monospace;">NULL</span></td>
-      </tr>
-      <tr>
          <td><span style="font-family: Courier New,Courier,monospace">clicked</span></td>
          <td>The hoversel is clicked.</td>
          <td><span style="font-family: Courier New,Courier,monospace;">NULL</span></td>
index 2be1cef..9be2307 100644 (file)
@@ -147,11 +147,6 @@ if (elm_image_animated_available_get(image)) {
          <th><span style="font-family: Courier New,Courier,monospace">event_info</span></th> 
       </tr>
       <tr>
-         <td><span style="font-family: Courier New,Courier,monospace">changed</span></td>
-         <td>The check component value changes.</td>
-         <td><span style="font-family: Courier New,Courier,monospace;">NULL</span></td>
-      </tr>
-      <tr>
          <td><span style="font-family: Courier New,Courier,monospace">drop</span></td>
          <td>An image-type object is dropped onto the object in question.</td>
          <td>The path to the image file</td>
index f9c5a03..30dc810 100644 (file)
@@ -164,11 +164,6 @@ elm_label_slide_duration_set(label, 3);
 <th><span style="font-family: Courier New,Courier,monospace">event_info</span></th> 
 </tr>
 <tr>
- <td><span style="font-family: Courier New,Courier,monospace">changed</span></td>
- <td>The label component changes.</td>
- <td><span style="font-family: Courier New,Courier,monospace;">NULL</span></td>
-</tr>
-<tr>
  <td><span style="font-family: Courier New,Courier,monospace">language,changed</span></td>
  <td>The program language changes.</td>
  <td><span style="font-family: Courier New,Courier,monospace;">NULL</span></td>
index 9c9b848..6593dc9 100644 (file)
                                <topic href="html/native/ui/efl/learn_edc_collections_n.htm" label="Collections Block"></topic>
                                <topic href="html/native/ui/efl/learn_edc_group_n.htm" label="Group Block"></topic>
                                <topic href="html/native/ui/efl/learn_edc_part_n.htm" label="Part Block">
-                                       <topic href="html/native/ui/efl/learn_edc_positioning_parts_n.htm" label="Positioning_Parts"></topic>
+                                       <topic href="html/native/ui/efl/learn_edc_positioning_parts_n.htm" label="Positioning Parts"></topic>
                                </topic>
                                <topic href="html/native/ui/efl/learn_edc_program_n.htm" label="Program Block">
                                        <topic href="html/native/ui/efl/learn_edc_signal_handling_n.htm" label="Signal Handling"></topic>
                                <topic href="html/native/ui/efl/learn_edc_styles_n.htm" label="Styles Block"></topic>
                        </topic>
                        <topic href="html/native/ui/efl/graphical_objects_n.htm" label="Primitive Graphical Objects">
-                               <topic href="html/native/ui/efl/evas_objects_n.htm" label="Rectangle"></topic>
-                               <topic href="html/native/ui/efl/evas_objects_n.htm" label="Image"></topic>
-                               <topic href="html/native/ui/efl/evas_objects_n.htm" label="Text and Textblock"></topic>
-                               <topic href="html/native/ui/efl/evas_objects_n.htm" label="Container Objects"></topic>
+                               <topic href="html/native/ui/efl/evas_objects_n.htm" label="Evas Objects"></topic>
                                <topic href="html/native/ui/efl/evas_basic_objects_n.htm" label="Manipulating Graphical Objects"></topic>
                        </topic>
                        <topic href="html/native/ui/efl/evas_rendering_n.htm" label="Evas Rendering Concept and Method"></topic>
                        <topic href="html/native/ui/efl/evas_map_animation_n.htm" label="Transformation with Evas Map">
-                               <topic href="html/native/ui/efl/evas_map_effects_n.htm" label="UV Mapping"></topic>
-                               <topic href="html/native/ui/efl/evas_map_effects_n.htm" label="Zoom and Rotate"></topic>
-                               <topic href="html/native/ui/efl/evas_map_effects_n.htm" label="Color and Lighting"></topic>
-                               <topic href="html/native/ui/efl/evas_map_effects_n.htm" label="3D Effects"></topic>
+                               <topic href="html/native/ui/efl/evas_map_effects_n.htm" label="Creating Evas Map Effects"></topic>
                        </topic>
                        <topic href="html/native/ui/efl/animation_effects_n.htm" label="Animations and Effects">
                                <topic href="html/native/ui/efl/ecore_animation_n.htm" label="Ecore Animations"></topic>