From xap-commits-return-384-apmail-incubator-xap-commits-archive=incubator.apache.org@incubator.apache.org Mon Aug 28 01:56:15 2006 Return-Path: Delivered-To: apmail-incubator-xap-commits-archive@locus.apache.org Received: (qmail 11963 invoked from network); 28 Aug 2006 01:56:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 01:56:06 -0000 Received: (qmail 58293 invoked by uid 500); 28 Aug 2006 01:56:06 -0000 Delivered-To: apmail-incubator-xap-commits-archive@incubator.apache.org Received: (qmail 58267 invoked by uid 500); 28 Aug 2006 01:56:06 -0000 Mailing-List: contact xap-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: xap-dev@incubator.apache.org Delivered-To: mailing list xap-commits@incubator.apache.org Received: (qmail 58258 invoked by uid 99); 28 Aug 2006 01:56:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 18:56:05 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 18:55:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 448AE1A982B; Sun, 27 Aug 2006 18:55:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r437502 [8/11] - /incubator/xap/site/ Date: Mon, 28 Aug 2006 01:55:07 -0000 To: xap-commits@incubator.apache.org From: mturyn@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060828015513.448AE1A982B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/xap/site/index.php@cid=1075&lang=xml&source_code=..%2Fdemo%2FxapDemos%2Fexamples%2FhelloWorld%2Findex.xal.html URL: http://svn.apache.org/viewvc/incubator/xap/site/index.php%40cid%3D1075%26lang%3Dxml%26source_code%3D..%252Fdemo%252FxapDemos%252Fexamples%252FhelloWorld%252Findex.xal.html?rev=437502&r1=437501&r2=437502&view=diff ============================================================================== --- incubator/xap/site/index.php@cid=1075&lang=xml&source_code=..%2Fdemo%2FxapDemos%2Fexamples%2FhelloWorld%2Findex.xal.html (original) +++ incubator/xap/site/index.php@cid=1075&lang=xml&source_code=..%2Fdemo%2FxapDemos%2Fexamples%2FhelloWorld%2Findex.xal.html Sun Aug 27 18:55:05 2006 @@ -16,17 +16,6 @@ -
@@ -42,17 +31,13 @@ -
   Welcome  |  Getting Started 
-

Close source view

  1. <xal xmlns="http://www.openxal.org/xal">
  2. -
  3.   <xm:modifications xmlns:xm="http://www.openxal.org/xmodify">
  4. -
  5.     <xm:append select="/xal">
  6. -
  7.         <label text="Hello world!" width="100%" height="100%"/>
  8. -
  9.     </xm:append>
  10. -
  11.   </xm:modifications>
  12. -
  13. </xal>

+
  •  
  • +
  • <label text="Hello world!" width="100%" height="100%"/>
  • +
  •  
  • +
  • </xal>

  • @@ -64,13 +49,365 @@ --> -Copyright © 2006 +Copyright 2006 The Apache Software Foundation - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - Modified: incubator/xap/site/index.php@cid=1075&lang=xml&source_code=..%2Fdemo%2FxapDemos%2Fexamples%2Finline-javascript%2Findex.xal.html URL: http://svn.apache.org/viewvc/incubator/xap/site/index.php%40cid%3D1075%26lang%3Dxml%26source_code%3D..%252Fdemo%252FxapDemos%252Fexamples%252Finline-javascript%252Findex.xal.html?rev=437502&r1=437501&r2=437502&view=diff ============================================================================== --- incubator/xap/site/index.php@cid=1075&lang=xml&source_code=..%2Fdemo%2FxapDemos%2Fexamples%2Finline-javascript%2Findex.xal.html (original) +++ incubator/xap/site/index.php@cid=1075&lang=xml&source_code=..%2Fdemo%2FxapDemos%2Fexamples%2Finline-javascript%2Findex.xal.html Sun Aug 27 18:55:05 2006 @@ -16,17 +16,6 @@ -
    @@ -42,20 +31,14 @@ -
       Welcome  |  Getting Started 
    -

    Close source view

    1. <xal xmlns="http://www.openxal.org/xal">
    2.  
    3. -
    4.   <xm:modifications xmlns:xm="http://www.openxal.org/xmodify">
    5. -
    6.       <xm:append select="/xal">
    7. -
    8.         <label text="Click the following button to execute some inline JavaScript" height="25px" width="200px"/>
    9. -
    10.         <button text="Click me" onCommand="javascript:alert(&apos;This is some inline JavaScript&apos;)" y="75px" height="35px" width="200px"/>
    11. -
    12.       </xm:append>
    13. -
    14.   </xm:modifications>
    15. -
    16.  
    17. -
    18. </xal>

    +
  • <label text="Click the following button to execute some inline JavaScript" height="25" width="200"/>
  • +
  • <button text="Click me" onCommand="javascript:alert(&apos;This is some inline JavaScript&apos;)" y="75" height="35" width="200"/>
  • +
  •  
  • +
  • </xal>

  • @@ -67,13 +50,365 @@ --> -Copyright © 2006 +Copyright 2006
    The Apache Software Foundation - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - Modified: incubator/xap/site/index.php@cid=1075&lang=xml&source_code=..%2Fdemo%2FxapDemos%2Fexamples%2Fserverside-handler%2Fhello-world.xal.html URL: http://svn.apache.org/viewvc/incubator/xap/site/index.php%40cid%3D1075%26lang%3Dxml%26source_code%3D..%252Fdemo%252FxapDemos%252Fexamples%252Fserverside-handler%252Fhello-world.xal.html?rev=437502&r1=437501&r2=437502&view=diff ============================================================================== --- incubator/xap/site/index.php@cid=1075&lang=xml&source_code=..%2Fdemo%2FxapDemos%2Fexamples%2Fserverside-handler%2Fhello-world.xal.html (original) +++ incubator/xap/site/index.php@cid=1075&lang=xml&source_code=..%2Fdemo%2FxapDemos%2Fexamples%2Fserverside-handler%2Fhello-world.xal.html Sun Aug 27 18:55:05 2006 @@ -16,17 +16,6 @@ -
    @@ -42,20 +31,19 @@ -
       Welcome  |  Getting Started 
    -

    Close source view

    1. <xal xmlns="http://www.openxal.org/xal">
    2.  
    3. -
    4.   <mco:mco xmlns:mco="http://www.openxal.org/mco" id="handler" src="MyHandler"/>
    5. +
    6. <mco:mco xmlns:mco="http://www.openxal.org/mco" id="handler" src="MyHandler"/>
    7.  
    8. -
    9.   <xm:modifications xmlns:xm="http://www.openxal.org/xmodify">
    10. -
    11.       <xm:append select="/xal">
    12. +
    13. <!-- modify the existing dom to add the new label -->
    14. +
    15. <xm:modifications xmlns:xm="http://www.openxal.org/xmodify">
    16. +
    17.     <xm:append select="/xal">
    18.         <label text="Hello from the serverside! " width="200px" height="25px" y="205px"/>
    19. -
    20.       </xm:append>
    21. -
    22.   </xm:modifications>
    23. -
    24.  
    25. +
    26.     </xm:append>
    27. +
    28. </xm:modifications>
    29. +
    30.  
    31. </xal>

    @@ -68,13 +56,365 @@ --> -Copyright © 2006 +Copyright 2006
    The Apache Software Foundation -
    + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - -