From xap-commits-return-425-apmail-incubator-xap-commits-archive=incubator.apache.org@incubator.apache.org Mon Sep 04 06:33:00 2006 Return-Path: Delivered-To: apmail-incubator-xap-commits-archive@locus.apache.org Received: (qmail 24819 invoked from network); 4 Sep 2006 06:32:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Sep 2006 06:32:58 -0000 Received: (qmail 65121 invoked by uid 500); 4 Sep 2006 06:32:56 -0000 Delivered-To: apmail-incubator-xap-commits-archive@incubator.apache.org Received: (qmail 65099 invoked by uid 500); 4 Sep 2006 06:32:56 -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 65090 invoked by uid 99); 4 Sep 2006 06:32:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Sep 2006 23:32:56 -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, 03 Sep 2006 23:32:55 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A42B21A981A; Sun, 3 Sep 2006 23:32:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r439949 - in /incubator/xap/trunk/WebContent/examples/basic: dom0.html dom0.xal dom0Handler.js Date: Mon, 04 Sep 2006 06:32:35 -0000 To: xap-commits@incubator.apache.org From: mturyn@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060904063235.A42B21A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mturyn Date: Sun Sep 3 23:32:34 2006 New Revision: 439949 URL: http://svn.apache.org/viewvc?view=rev&rev=439949 Log: Much-improved DomNodeBridge, with proper event handling, and an example illustrating it with a text field sensitised to clicks and mouseovers, and with a method which converts lower-case characters to upper-case. Modified: incubator/xap/trunk/WebContent/examples/basic/dom0.html incubator/xap/trunk/WebContent/examples/basic/dom0.xal incubator/xap/trunk/WebContent/examples/basic/dom0Handler.js Modified: incubator/xap/trunk/WebContent/examples/basic/dom0.html URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/basic/dom0.html?view=diff&rev=439949&r1=439948&r2=439949 ============================================================================== --- incubator/xap/trunk/WebContent/examples/basic/dom0.html (original) +++ incubator/xap/trunk/WebContent/examples/basic/dom0.html Sun Sep 3 23:32:34 2006 @@ -15,6 +15,7 @@ parseWidgets: false }; + @@ -42,35 +43,12 @@ - - - - + + - +

Wrapped DIV managed by a xaplet embedded in another table cell:

This cell is the xap ClientSession "MyApp"'s home-base. - + +
  target was here
+
+ +
+
      Mouse over/off transitions: 0.
@@ -95,7 +78,6 @@