Add description for "Trust-anchor" to wearable section and rearrange 07/157907/1
authorsujin921.kim <sujin921.kim@samsung.com>
Fri, 27 Oct 2017 01:05:36 +0000 (10:05 +0900)
committersujin921.kim <sujin921.kim@samsung.com>
Fri, 27 Oct 2017 01:05:36 +0000 (10:05 +0900)
"tizen:settings" element in alphabet order.

Change-Id: I3b3ce5732f2cb0045c3cc57d86ca45dbe37e4709

org.tizen.studio/html/web_tools/config_editor_w.htm

index 852b5ef..b8394c9 100755 (executable)
     </tr>
     <tr>
         <td style="border:none;"> </td>
-        <td colspan="3" style="border:none;"><code><a href="#mw_trust-anchor">&lt;tizen:trust-anchor&gt;</a></code> (in mobile only)</td>
+        <td colspan="3" style="border:none;"><code>&lt;tizen:trust-anchor&gt;</code>  (in <a href="#mw_trust-anchor">mobile</a> or <a href="#ww_trust-anchor">wearable</a>)</td>
     </tr>
    </tbody>
   </table>
  </tr>
  </tbody></table>
 
-    <h3 id="ww_setting" name="ww_setting">Tizen Settings</h3>
-<table>
-<tbody>
-<tr>
- <th>&lt;tizen:setting/&gt; element</th>
-</tr>
- <tr>
- <td>Used to define additional application settings.
-        <p><strong>Occurrences:</strong> </p>
-       <ul>
-       <li>0 or more</li>
-       </ul>
-        <p><strong>Attributes:</strong> </p>
-      <ul>
-
-      <li><code>background-support</code>
-         <p>Optional; application execution continues when it is moved to the background (available values: <code>enable</code> (execution continues in the background), <code>disable</code> (default; application is suspended))</p>
-<div class="note">
-    <strong>Note</strong>
-       Since Tizen 2.4, the system manages background processes more tightly. Even if the <code>background-support</code> attribute is set to <code>enable</code>, a Web application process can be suspended in the background. To guarantee that the application runs in the background, <a href="#ww_bg_category">add at least one background category</a> for the application with the <code>&lt;tizen:background-category&gt;</code> element. Only the background categories declared in the system can be used.
-</div>
-         </li>
-      <li><code>context-menu</code> <p>Optional; sets whether the context menu is shown (available values: <code>enable</code> (default), <code>disable</code>)</p><p>If this option is enabled, the context menu is visible to the user.</p></li>
-      <li><code>encryption</code> <p>Optional; sets whether Web application resources are encrypted (available values: <code>enable</code>, <code>disable</code> (default))</p><p>If this option is enabled, the application resources (HTML, JS and CSS files) are encrypted.</p></li>
-      <li><code>screen-orientation</code> <p>Optional; sets whether it locks the orientation of the Web application (available values: <code>portrait</code> (default), <code>landscape</code>, <code>auto-rotation</code>)</p>
-         <ul><li><code>portrait</code> or <code>landscape</code>: orientation is locked to portrait or landscape respectively</li>
-         <li><code>auto-rotation</code>: follows the device orientation setting</li></ul>
-         </li>
-       <li><code>install-location</code> <p>Optional; application installation location (available values: <code>auto</code> (default), <code>internal-only</code>, <code>prefer-external</code>)</p>
-               <ul>
-               <li><code>auto</code>: the system defines the installation location</li>
-               <li><code>internal-only</code>: the application is installed in the device's internal storage</li>
-               <li><code>prefer-external</code>: the application is installed in the external storage (if available)</li>
-               </ul>
-          </li>
-
-      <li><code>hwkey-event</code> <p>Optional; a hardware key event is sent to the Web application when the user presses the hardware key (available values: <code>enable</code> (default), <code>disable</code>)</p><p>If this option is enabled, the <code>tizenhwkey</code> custom event is sent to the Web application. The <code>tizenhwkey</code> event object has a <code>keyName</code> attribute (available value: <code>back</code>).</p></li>
-
-         </ul><p><strong>Example:</strong> </p>
-<pre class="prettyprint">
-&lt;tizen:setting background-support="enable"/&gt;
-&lt;tizen:setting context-menu="disable"/&gt;
-&lt;tizen:setting encryption="enable"/&gt;
-&lt;tizen:setting screen-orientation="landscape"/&gt;
-&lt;tizen:setting install-location="internal-only"/&gt;
-&lt;tizen:setting hwkey-event="enable"/&gt;
-</pre>
- </td>
- </tr>
- </tbody></table>
-
       <h3 id="ww_service" name="ww_service">Tizen Service</h3>
 <table>
 <tbody>
  </tr>
  </tbody></table>
 
+    <h3 id="ww_setting" name="ww_setting">Tizen Settings</h3>
+<table>
+<tbody>
+<tr>
+ <th>&lt;tizen:setting/&gt; element</th>
+</tr>
+ <tr>
+ <td>Used to define additional application settings.
+        <p><strong>Occurrences:</strong> </p>
+       <ul>
+       <li>0 or more</li>
+       </ul>
+        <p><strong>Attributes:</strong> </p>
+      <ul>
+
+      <li><code>background-support</code>
+         <p>Optional; application execution continues when it is moved to the background (available values: <code>enable</code> (execution continues in the background), <code>disable</code> (default; application is suspended))</p>
+<div class="note">
+    <strong>Note</strong>
+       Since Tizen 2.4, the system manages background processes more tightly. Even if the <code>background-support</code> attribute is set to <code>enable</code>, a Web application process can be suspended in the background. To guarantee that the application runs in the background, <a href="#ww_bg_category">add at least one background category</a> for the application with the <code>&lt;tizen:background-category&gt;</code> element. Only the background categories declared in the system can be used.
+</div>
+         </li>
+      <li><code>context-menu</code> <p>Optional; sets whether the context menu is shown (available values: <code>enable</code> (default), <code>disable</code>)</p><p>If this option is enabled, the context menu is visible to the user.</p></li>
+      <li><code>encryption</code> <p>Optional; sets whether Web application resources are encrypted (available values: <code>enable</code>, <code>disable</code> (default))</p><p>If this option is enabled, the application resources (HTML, JS and CSS files) are encrypted.</p></li>
+      <li><code>screen-orientation</code> <p>Optional; sets whether it locks the orientation of the Web application (available values: <code>portrait</code> (default), <code>landscape</code>, <code>auto-rotation</code>)</p>
+         <ul><li><code>portrait</code> or <code>landscape</code>: orientation is locked to portrait or landscape respectively</li>
+         <li><code>auto-rotation</code>: follows the device orientation setting</li></ul>
+         </li>
+       <li><code>install-location</code> <p>Optional; application installation location (available values: <code>auto</code> (default), <code>internal-only</code>, <code>prefer-external</code>)</p>
+               <ul>
+               <li><code>auto</code>: the system defines the installation location</li>
+               <li><code>internal-only</code>: the application is installed in the device's internal storage</li>
+               <li><code>prefer-external</code>: the application is installed in the external storage (if available)</li>
+               </ul>
+          </li>
+
+      <li><code>hwkey-event</code> <p>Optional; a hardware key event is sent to the Web application when the user presses the hardware key (available values: <code>enable</code> (default), <code>disable</code>)</p><p>If this option is enabled, the <code>tizenhwkey</code> custom event is sent to the Web application. The <code>tizenhwkey</code> event object has a <code>keyName</code> attribute (available value: <code>back</code>).</p></li>
+
+         </ul><p><strong>Example:</strong> </p>
+<pre class="prettyprint">
+&lt;tizen:setting background-support="enable"/&gt;
+&lt;tizen:setting context-menu="disable"/&gt;
+&lt;tizen:setting encryption="enable"/&gt;
+&lt;tizen:setting screen-orientation="landscape"/&gt;
+&lt;tizen:setting install-location="internal-only"/&gt;
+&lt;tizen:setting hwkey-event="enable"/&gt;
+</pre>
+ </td>
+ </tr>
+ </tbody></table>
+
+       <h3 id="ww_trust-anchor" name="ww_trust-anchor">Tizen Trust-anchor</h3>
+<table>
+<tbody>
+<tr>
+ <th>&lt;tizen:trust-anchor/&gt; element</th>
+</tr>
+ <tr>
+ <td>Used to assign your own SSL root certificates for the application's HTTPS communication.
+     <p><strong>Occurrences:</strong> </p>
+    <ul>
+       <li>0 or 1</li>
+    </ul>
+     <p><strong>Attributes:</strong> </p>
+      <ul>
+       <li><code>use-system-certs</code><p> Mandatory; indicates whether system certificates are used (available values: <code>true</code>, <code>false</code>)</p></li>
+      </ul><p><strong>Example:</strong> </p>
+<pre class="prettyprint">
+&lt;tizen:trust-anchor use-system-certs="false"/&gt;
+</pre>
+ </td>
+ </tr>
+ </tbody></table>
+
 
 
 <script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>