DA : Add image and remove unnecessary note.
authorjungwook.ryu <jungwook.ryu@samsung.com>
Mon, 22 Feb 2016 09:41:59 +0000 (18:41 +0900)
committerjungwook.ryu <jungwook.ryu@samsung.com>
Mon, 22 Feb 2016 09:44:49 +0000 (18:44 +0900)
1. support wearable for UI Hierarchy analysis.
2. remove a note because issue is fixed.

Change-Id: I6382360c50cfafb83a6a2f45680852ecb343c0fd
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
org.tizen.devtools/html/common_tools/da_ui_hierarchy.htm

index b5d28f7..31eb448 100644 (file)
@@ -18,7 +18,7 @@
 
 <div id="toc-navigation">
        <div id="profile">
-               <p><img alt="Mobile native" src="../images/mobile_s_n.png"/></p>
+               <p><img alt="Mobile native" src="../images/mobile_s_n.png"/> <img alt="Wearable" src="../images/wearable_s_n.png"/></p>
        </div>
        
        <div id="toc_border"><div id="toc">
      <li>If you want to see only <b>Elementary</b> UI objects without <b>Evas and Edje</b>, select the <b>elm Only</b> check box at the upper left of the Hierarchy Tree view.</li>
      <li> Click the refresh button <img src="../images/da_ui_hierarchy_refresh.png" width=15 height=15 /> at the upper left of the Hierarchy Tree view. In the view, each node represents the corresponding UI object and shows its type (e.g. elm_win).</li>
    </ol>
-   <table class="note"> 
-    <tbody> 
-     <tr> 
-      <th class="note">Note</th> 
-     </tr> 
-     <tr> 
-      <td class="note">After modifying the application which had been already traced by the dynamic analyzer, if you rebuild and install it on the device/emulator, you must restart the dynamic analyzer to get the changed information of the UI objects in the application.</td>
-     </tr> 
-    </tbody> 
-   </table> 
 <h3>Exporting the tree in the Hierarchy Tree view to an image file</h3> 
 To save a screenshot of tree view to an image file (PNG), click the export button <img src="../images/da_ui_hierarchy_export.png" width=15 height=15 /> at the upper right of the Hierarchy Tree view. And then the Save As dialog box appears.