Change name, AppWidget to DynamicBox
authorleerang song <leerang.song@samsung.com>
Tue, 30 Apr 2013 08:22:53 +0000 (17:22 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Mon, 6 May 2013 05:26:52 +0000 (14:26 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Change name, AppWidget to DynamicBox.
[SCMRequest] N/A

Change-Id: If84b0f1287217169ecae73cb0fa2082242a6f49c

box/index.html
config.xml
index.html

index 8a308cf..f3a3b76 100755 (executable)
@@ -2,7 +2,7 @@
 <html>
     <head>
         <meta name="viewport" content="width=device-width, initial-scale=1" />
-        <title>AppWidget</title>
+        <title>DynamicBox</title>
         <script>
             window.onmessage = function(e) {
                 document.getElementById("message").innerHTML += e.data;
@@ -16,7 +16,7 @@
         </script>
     </head>
         <body bgcolor="#99CCFF" text="#FFFFFF">
-        <div id="demo">AppWidget Sample</div>
+        <div id="demo">DynamicBox Sample</div>
         <div id="demo">This is a Box.</div>
         <div id="message"></div>
     </body>
index 08d8a10..e0faf75 100755 (executable)
@@ -1,17 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/appwid">
-<tizen:application id="syWXgC5ZcI.appwid" package="syWXgC5ZcI" required_version="1.0"/>
+<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/DynamicBox">
+<tizen:application id="syWXgC5ZcI.DynamicBox" package="syWXgC5ZcI" required_version="1.0"/>
 <icon src="icon.png"/>
-<name>appwid</name>
-    <tizen:app-widget id="syWXgC5ZcI.appwid.default" primary="true">
-        <tizen:box-label>WEB APPWIDGET</tizen:box-label>
+<name>DynamicBox</name>
+    <tizen:app-widget id="syWXgC5ZcI.DynamicBox.default" primary="true">
+        <tizen:box-label>WEB DYNAMICBOX</tizen:box-label>
         <tizen:box-icon src="icon.png"/>
         <tizen:box-content src="box/index.html">
             <tizen:box-size>1x1</tizen:box-size>
             <tizen:box-size>2x1</tizen:box-size>
             <tizen:box-size>2x2</tizen:box-size>
-            <tizen:box-size>4x2</tizen:box-size>
-            <tizen:pd src="pd/index.html" width="600" height="200" />
+            <tizen:pd src="pd/index.html" width="720" height="200" />
         </tizen:box-content>
     </tizen:app-widget>
 </widget>
index 6e0d062..6079d8a 100755 (executable)
@@ -4,18 +4,18 @@
   <meta charset="utf-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
   <meta name="description" content="Tizen Web Application" />
-  <title>Tizen Web IDE - Tizen - AppWidget Sample</title>
+  <title>Tizen Web IDE - Tizen - DynamicBox Sample</title>
  </head>
 <body>
   <article>
     <header>
       <h1></h1>
     </header>
-    <h1>AppWidget Sample</h1><hr>
+    <h1>DynamicBox Sample</h1><hr>
     <h3>Description</h3>
-    <h4>This sample application includes app widget resource and it doesn't provide specific User Interface.<hr></h4>
+    <h4>This sample application includes DynamicBox resource and it doesn't provide specific User Interface.<hr></h4>
     <h3>Running steps</h3>
-    <h4>1. Install the AppWidgetViewer and run it. <br>2. Select the AppWidet sample.<br>3. User can use AppWidget.<hr></h4>
+    <h4>1. Install the DynamicBoxViewer and run it. <br>2. Select the DynamicBox sample.<br>3. User can use DynamicBox.<hr></h4>
   </article>
 </body>
 </html>