From d3bdc051ec4a6499c73d00e80f744aa375a01687 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 13 Jun 2011 07:57:30 +0000 Subject: Minor refactoring and cleanup of edit module and its test composites. Add HTML generation and messaging components and a few more tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135048 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/modules/edit/apps/slice/app.composite | 336 ++++++++++++++++++++- .../trunk/modules/edit/apps/slice/htdocs/app.html | 24 ++ 2 files changed, 353 insertions(+), 7 deletions(-) create mode 100644 sca-cpp/trunk/modules/edit/apps/slice/htdocs/app.html (limited to 'sca-cpp/trunk/modules/edit/apps/slice') diff --git a/sca-cpp/trunk/modules/edit/apps/slice/app.composite b/sca-cpp/trunk/modules/edit/apps/slice/app.composite index 847d9c4892..af61c11d26 100644 --- a/sca-cpp/trunk/modules/edit/apps/slice/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/slice/app.composite @@ -18,23 +18,345 @@ * under the License. --> + + - - - - 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - slice + + sprite + + + + + + left + + + + + + top + + + + + + src + + + + + + sprite + + + + + + position + + + + + + -webkit-transform + + + + + + onclick + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + * + + + + + + + + * + + + + + + + + * + + + + + + + + * + + + + + + + + t + + + + + xpos - + + + + ypos + + + + + angle + + + + + 0 + + + + + 101 + + + + + 25 + + + + + 200 + + + + + 0 + + + + + 30 + + + + + 200 + + + + + 4 + + + + + 20 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + rotate({0:g}deg) + + + + + alert('Got it!') + + + + + http://www.apache.org/images/feather-small.gif + + + + + absolute + + + + + + + + + t + + + + + t + + + + + t + + + + + + + + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/slice/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/slice/htdocs/app.html new file mode 100644 index 0000000000..5bd091cd20 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/slice/htdocs/app.html @@ -0,0 +1,24 @@ + + +
+ + + +
-- cgit v1.2.3