From e8a967fb13a6963862450cf127f58c5bcb4d9cd3 Mon Sep 17 00:00:00 2001 From: Daehyeon Jung Date: Thu, 2 Jul 2015 17:31:26 +0900 Subject: [PATCH] add element description Change-Id: I844d962baec2cd59eff6447ae46c3b3e26a9bcb2 Signed-off-by: Daehyeon Jung --- .../html/native_tools/manifest_elements_n.htm | 36 ++++++++++++++++++++++ .../html/native_tools/manifest_text_editor_n.htm | 22 ++++++++++++- 2 files changed, 57 insertions(+), 1 deletion(-) diff --git a/org.tizen.devtools/html/native_tools/manifest_elements_n.htm b/org.tizen.devtools/html/native_tools/manifest_elements_n.htm index 41fc4a5..9007a67 100644 --- a/org.tizen.devtools/html/native_tools/manifest_elements_n.htm +++ b/org.tizen.devtools/html/native_tools/manifest_elements_n.htm @@ -336,6 +336,42 @@
<metadata key="testkey" value="testvalue"/>
 
+

<background-category>

+

The <background-category> element represents category of the application running on the background.

+
+ + + + + + +
+<background-category> element

Category of the application that allowed running on the background

+

For more information on the relationship between the elements, see the element hierarchy.

Occurrences:

+
    +
  • 1 or more (optional)
  • +
+

Attributes:

+ +
+
+ + + + + + +
+value attribute

Value of background category

+

Expected value:

+
    +
  • String
  • +
+
+

For example:

<background-category value="download"/>
+
diff --git a/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm b/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm index 323c291..9e23b05 100644 --- a/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm +++ b/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm @@ -175,6 +175,12 @@ + + + <background-category> + + + <ui-application> @@ -229,6 +235,12 @@ + + + <background-category> + + + <account> @@ -618,6 +630,10 @@ <datacontrol> 1 or more (optional) + +<background-category> + 1 or more (optional) +

Attributes:

    @@ -820,6 +836,10 @@ <datacontrol> 1 or more (optional) + +<background-category> + 1 or more (optional) +

    Attributes:

      @@ -1696,4 +1716,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + -- 2.7.4