From 96c58efd10432c163c51d72780cece7dce4b05a9 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 21 Mar 2011 07:42:09 +0000 Subject: Refactor and cleanup edit module, add text components, store page and app run page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083694 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/edit/apps/test/app.html | 17 +++- .../modules/edit/apps/testsocial/app.composite | 36 ++++--- .../trunk/modules/edit/apps/testsocial/app.html | 40 +++++++- .../trunk/modules/edit/apps/testtext/app.composite | 107 ++++++++++++++++++++- .../modules/edit/apps/testvalues/app.composite | 10 +- 5 files changed, 179 insertions(+), 31 deletions(-) (limited to 'sca-cpp/trunk/modules/edit/apps') diff --git a/sca-cpp/trunk/modules/edit/apps/test/app.html b/sca-cpp/trunk/modules/edit/apps/test/app.html index 5c7c7219bb..a43eca03e0 100644 --- a/sca-cpp/trunk/modules/edit/apps/test/app.html +++ b/sca-cpp/trunk/modules/edit/apps/test/app.html @@ -17,4 +17,19 @@ * specific language governing permissions and limitations * under the License. --> -
+
+ + + + + + + + + + + + +
namevalue
namevalue
+
+
diff --git a/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite b/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite index d1121d9206..b2db2e0ee6 100644 --- a/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite @@ -31,11 +31,6 @@ - - - - facebook - @@ -50,16 +45,9 @@ - - - + - - - - twitter - @@ -80,16 +68,26 @@ - - - - - - + + + + twprofile + + + + + fbprofile + + + + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/testsocial/app.html b/sca-cpp/trunk/modules/edit/apps/testsocial/app.html index 5c7c7219bb..bd02e095b0 100644 --- a/sca-cpp/trunk/modules/edit/apps/testsocial/app.html +++ b/sca-cpp/trunk/modules/edit/apps/testsocial/app.html @@ -17,4 +17,42 @@ * specific language governing permissions and limitations * under the License. --> -
+
+ + + + + + + + + + + + +
namevalue
namevalue
+
+ +

My social profiles

+
+ + Facebook profile + + + + + + + + + + + + + +
namevalue
namevalue
+
+ + Twitter profile + +
diff --git a/sca-cpp/trunk/modules/edit/apps/testtext/app.composite b/sca-cpp/trunk/modules/edit/apps/testtext/app.composite index f286689590..bcc16ccad4 100644 --- a/sca-cpp/trunk/modules/edit/apps/testtext/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testtext/app.composite @@ -19,7 +19,7 @@ --> - + @@ -33,14 +33,14 @@ - + - + @@ -48,13 +48,13 @@ - + - + @@ -126,4 +126,101 @@ def + + + + + + + + + + + + + + + + + + The {0} brown {1} + + + + + + + + + + + + quick + + + + + fox + + + + + The {a} brown {b} + + + + + + + + + + + + + + + + + + + + + + + + a + + + + + b + + + + + quick + + + + + fox + + + + + + + + + + + + city San Francisco state CA + + + + + city (.*) state (.*) + diff --git a/sca-cpp/trunk/modules/edit/apps/testvalues/app.composite b/sca-cpp/trunk/modules/edit/apps/testvalues/app.composite index be3f503243..d0bb61b129 100644 --- a/sca-cpp/trunk/modules/edit/apps/testvalues/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testvalues/app.composite @@ -188,11 +188,6 @@ - - - - - @@ -263,4 +258,9 @@ + + + + + -- cgit v1.2.3