From 7c98d8f45b615095a4f17258a7fd24ff341c289b Mon Sep 17 00:00:00 2001 From: leerang song Date: Tue, 30 Apr 2013 17:22:53 +0900 Subject: [PATCH] Change name, AppWidget to DynamicBox [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] Change name, AppWidget to DynamicBox. [SCMRequest] N/A Change-Id: If84b0f1287217169ecae73cb0fa2082242a6f49c --- box/index.html | 4 ++-- config.xml | 13 ++++++------- index.html | 8 ++++---- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/box/index.html b/box/index.html index 8a308cf..f3a3b76 100755 --- a/box/index.html +++ b/box/index.html @@ -2,7 +2,7 @@ - AppWidget + DynamicBox -
AppWidget Sample
+
DynamicBox Sample
This is a Box.
diff --git a/config.xml b/config.xml index 08d8a10..e0faf75 100755 --- a/config.xml +++ b/config.xml @@ -1,17 +1,16 @@ - - + + -appwid - - WEB APPWIDGET +DynamicBox + + WEB DYNAMICBOX 1x1 2x1 2x2 - 4x2 - + diff --git a/index.html b/index.html index 6e0d062..6079d8a 100755 --- a/index.html +++ b/index.html @@ -4,18 +4,18 @@ - Tizen Web IDE - Tizen - AppWidget Sample + Tizen Web IDE - Tizen - DynamicBox Sample

-

AppWidget Sample


+

DynamicBox Sample


Description

-

This sample application includes app widget resource and it doesn't provide specific User Interface.

+

This sample application includes DynamicBox resource and it doesn't provide specific User Interface.

Running steps

-

1. Install the AppWidgetViewer and run it.
2. Select the AppWidet sample.
3. User can use AppWidget.

+

1. Install the DynamicBoxViewer and run it.
2. Select the DynamicBox sample.
3. User can use DynamicBox.

-- 2.7.4