[dev tool][native tools] Fix the manifest text editor
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 2 Jun 2016 04:04:58 +0000 (13:04 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 2 Jun 2016 04:20:43 +0000 (13:20 +0900)
- Remove the multiple attribute

Change-Id: I220afb19d9fe0f0969219b2557626cabf9385e2a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm

index e9d9f8f..cc5d415 100644 (file)
@@ -53,7 +53,7 @@
 &nbsp;&nbsp;&nbsp;&lt;author email=&quot;email@email.com&quot; href=&quot;http://test.com&quot;&gt;author&lt;/author&gt;
 &nbsp;&nbsp;&nbsp;&lt;description&gt;testdescriptions&lt;/description&gt;
 &nbsp;&nbsp;&nbsp;&lt;description xml:lang=&quot;en-gb&quot;&gt;testdesc&lt;/description&gt;
-&nbsp;&nbsp;&nbsp;&lt;ui-application appid=&quot;org.tizen.uiapp&quot; exec=&quot;uiapp&quot; launch_mode=&quot;single&quot; multiple=&quot;false&quot; 
+&nbsp;&nbsp;&nbsp;&lt;ui-application appid=&quot;org.tizen.uiapp&quot; exec=&quot;uiapp&quot; launch_mode=&quot;single&quot;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nodisplay=&quot;false&quot; taskmanage=&quot;true&quot; hw-acceleration=&quot;default&quot; type=&quot;capp&quot;&gt;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;label&gt;uiapplication&lt;/label&gt;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;label xml:lang=&quot;en-gb&quot;&gt;testlang&lt;/label&gt;
          <ul>
 <li><span style="font-family: Courier New,Courier,monospace"><a href="#appid">appid</a></span></li> 
        <li><span style="font-family: Courier New,Courier,monospace"><a href="#exec">exec</a></span></li> 
-       <li><span style="font-family: Courier New,Courier,monospace"><a href="#multiple">multiple</a></span></li> 
        <li><span style="font-family: Courier New,Courier,monospace"><a href="#taskmanage">taskmanage</a></span></li>
        <li><span style="font-family: Courier New,Courier,monospace"><a href="#type">type</a></span></li>
           <li><span style="font-family: Courier New,Courier,monospace"><a href="#auto-restart">auto-restart</a></span></li> 
 </td> 
     </tr>
 </tbody></table>
-<table border="1" id="multiple"><tbody>
-<tr>
-<th style="text-align:left;margin-left:auto;margin-right:auto;">
-<span style="font-family: Courier New,Courier,monospace">multiple</span> attribute</th> 
-    </tr>
-<tr>
-<td> <p>Indicates whether the application can be launched as multiple.</p>
-         <p><strong>Expected value:</strong> </p>      
-        <ul>
-<li><span style="font-family: Courier New,Courier,monospace">true</span></li> 
-       <li><span style="font-family: Courier New,Courier,monospace">false</span></li> 
-      </ul>
-</td> 
-    </tr>
-</tbody></table>
 
 <table border="1" id="taskmanage"><tbody>
 <tr>
 </tbody></table>
 
 <p><strong>For example:</strong></p>
-<pre class="prettyprint">&lt;service-application appid=&quot;org.tizen.servicenew&quot; auto-restart=&quot;false&quot; exec=&quot;servicenew&quot; multiple=&quot;false&quot; 
+<pre class="prettyprint">&lt;service-application appid=&quot;org.tizen.servicenew&quot; auto-restart=&quot;false&quot; exec=&quot;servicenew&quot;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on-boot=&quot;true&quot; taskmanage=&quot;false&quot; type=&quot;capp&quot;&gt;
 &nbsp;&nbsp;&nbsp;&lt;label&gt;servicenew&lt;/label&gt;
 &nbsp;&nbsp;&nbsp;&lt;label xml:lang=&quot;en-gb&quot;&gt;testlabel&lt;/label&gt;
 <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_appid">appid</a></span></li> 
        <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_exec">exec</a></span></li> 
           <li><span style="font-family: Courier New,Courier,monospace"><a href="#launch_mode">launch_mode</a></span></li> 
-       <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_multiple">multiple</a></span></li> 
           <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_nodisplay">nodisplay</a></span></li> 
        <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_taskmanage">taskmanage</a></span></li>
           <li><span style="font-family: Courier New,Courier,monospace"><a href="#hw-acceleration">hw-acceleration</a></span></li>
 </td> 
     </tr>
 </tbody></table>
-<table border="1" id="ui_multiple"><tbody>
-<tr>
-<th style="text-align:left;margin-left:auto;margin-right:auto;">
-<span style="font-family: Courier New,Courier,monospace">multiple</span> attribute</th> 
-    </tr>
-<tr>
-<td> <p>Indicates whether the application can be launched as multiple.</p>
-         <p><strong>Expected value:</strong> </p>      
-        <ul>
-<li><span style="font-family: Courier New,Courier,monospace">true</span></li> 
-       <li><span style="font-family: Courier New,Courier,monospace">false</span></li> 
-      </ul>
-</td> 
-    </tr>
-</tbody></table>
 <table border="1" id="ui_nodisplay"><tbody>
 <tr>
 <th style="text-align:left;margin-left:auto;margin-right:auto;">
 
 <p><strong>For example:</strong></p>
 <pre class="prettyprint">&lt;ui-application appid=&quot;org.tizen.uiapp&quot; exec=&quot;uiapp&quot; launch_mode=&quot;single&quot; 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;multiple=&quot;false&quot; nodisplay=&quot;false&quot; taskmanage=&quot;true&quot; 
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nodisplay=&quot;false&quot; taskmanage=&quot;true&quot;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hw-acceleration=&quot;default&quot; type=&quot;capp&quot;&gt;
 &nbsp;&nbsp;&nbsp;&lt;label&gt;uiapplication&lt;/label&gt;
 &nbsp;&nbsp;&nbsp;&lt;label xml:lang=&quot;en-gb&quot;&gt;testlang&lt;/label&gt;
@@ -1737,4 +1705,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>