[Tools] Removed wearable profile info from Resource Manager and delete resource explo...
authoryoonki.park <yoonki.park@samsung.com>
Thu, 3 Dec 2015 07:44:35 +0000 (16:44 +0900)
committeryoonki.park <yoonki.park@samsung.com>
Thu, 10 Dec 2015 04:05:56 +0000 (13:05 +0900)
Change-Id: I42de1273531af10c361d330a523afdf7012a34cd
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
org.tizen.devtools/html/native_tools/resource_manager_n.htm
org.tizen.ui.practices/html/native/efl/resource_fallback_n.htm

index 1a99fbe..8481b58 100644 (file)
@@ -222,7 +222,7 @@ BasicUI/
 <li>Check the <span style="font-family: Courier New,Courier,monospace">res.xml</span> file.
 <p align="center"><img alt="res.xml" src="../images/fallback_resxml.png" /></p>
 </li> 
-<li>Add code for loading alternative resources by using the Resource Manager API (in <a href="../../../org.tizen.native.mobile.apireference/group__CAPI__RESOURCE__MANAGER__MODULE.html">mobile</a> and <a href="../../../org.tizen.native.wearable.apireference/group__CAPI__RESOURCE__MANAGER__MODULE.html">wearable</a> applications).
+<li>Add code for loading alternative resources by using the Resource Manager API (in <a href="../../../org.tizen.native.mobile.apireference/group__CAPI__RESOURCE__MANAGER__MODULE.html">mobile</a> application).
 <p align="center"><img alt="Resource Manager" src="../images/fallback_resmanager.png" /></p> 
 
 </li>
index c6489e3..354cd1c 100644 (file)
@@ -34,9 +34,9 @@
 
   <h1>Resource Fallback Support</h1> 
   
-<p>Tizen native applications can run on different types of devices, such as wearable, phone, tablets, and TVs. Tizen also supports various resolutions (WVGA ~ XQXGA) and resources. To take advantage of these features, you can handle resources in the <a href="../../../../org.tizen.devtools/html/native_tools/resource_explorer_n.htm">Resource Explorer</a> view in the IDE.</p>
+<p>Tizen native applications can run on different types of devices, such as wearable, phone, tablets, and TVs. Tizen also supports various resolutions (WVGA ~ XQXGA) and resources. To take advantage of these features, you can handle resources in the <a href="../../../../org.tizen.devtools/html/native_tools/resource_manager_n.htm">Resource Manager</a> view in the IDE.</p>
 
-<p>In addition to the possibilities provided by the <strong>Resource Explorer</strong> view, you can use Edje to provide sets of alternative images in your application. The image set elements are used to display a specific image on the screen based on the container size. The image sets can have the following properties:</p>
+<p>In addition to the possibilities provided by the <strong>Resource Manager</strong> view, you can use Edje to provide sets of alternative images in your application. The image set elements are used to display a specific image on the screen based on the container size. The image sets can have the following properties:</p>
 <ul><li><span style="font-family: Courier New,Courier,monospace">name: image-name</span>
 <p>Specifies the name of the image file.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace">size: minw minh maxw maxh</span>
@@ -158,4 +158,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>