Add a description to the attributes of auto-restart and on-boot 99/138099/1
authorjaekuk, lee <juku1999@samsung.com>
Tue, 11 Jul 2017 05:32:34 +0000 (14:32 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Tue, 11 Jul 2017 05:32:34 +0000 (14:32 +0900)
Change-Id: I5abeda1ad38209540f677d479063c7c05e28792c
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
org.tizen.studio/html/web_tools/config_editor_w.htm [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 0f70abf..4de1bc4
         <p><strong>Attributes:</strong> </p>
       <ul>
                <li><code>id</code> <p>Mandatory; Tizen service ID, which is a combination of the Tizen wearable package ID and service name.</p><p>The service ID is a set of characters (0~9, a~z, A~Z) and unique in the device. The minimum value is 1 byte and maximum value is 52 bytes.</p></li>
-               <li><code>on-boot</code> <p>Optional; sets whether the service application is launched automatically on device booting time (available values: <code>true</code>, <code>false</code> (default))</p></li>
-               <li><code>auto-restart</code> <p>Optional; sets whether the service application is relaunched automatically when it is terminated (available values: <code>true</code>, <code>false</code> (default))</p></li>
+               <li><code>on-boot</code> <p>Optional; sets whether the service application is launched automatically on device booting time (available values: <code>true</code>, <code>false</code> (default))</p>
+<div class="note">
+    <strong>Note</strong>
+    This attribute is not supported on Tizen wearable devices. Since Tizen 2.4, this attribute is not supported on all Tizen devices.
+</div>
+               </li>
+               <li><code>auto-restart</code> <p>Optional; sets whether the service application is relaunched automatically when it is terminated (available values: <code>true</code>, <code>false</code> (default))</p>
+<div class="note">
+    <strong>Note</strong>
+    This attribute is not supported on Tizen wearable devices. Since Tizen 2.4, this attribute is not supported on all Tizen devices.
+</div>
+               </li>
 
       </ul>
       <p><strong>Example:</strong> </p><pre class="prettyprint">&lt;tizen:service id="webService.application" auto-restart="true" on-boot="false"&gt;