From xap-commits-return-710-apmail-incubator-xap-commits-archive=incubator.apache.org@incubator.apache.org Fri Nov 10 21:29:09 2006 Return-Path: Delivered-To: apmail-incubator-xap-commits-archive@locus.apache.org Received: (qmail 57011 invoked from network); 10 Nov 2006 21:29:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2006 21:29:08 -0000 Received: (qmail 66450 invoked by uid 500); 10 Nov 2006 21:29:19 -0000 Delivered-To: apmail-incubator-xap-commits-archive@incubator.apache.org Received: (qmail 66430 invoked by uid 500); 10 Nov 2006 21:29:19 -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 66421 invoked by uid 99); 10 Nov 2006 21:29:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 13:29:19 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 13:29:06 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1091F1A984D; Fri, 10 Nov 2006 13:28:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r473504 - in /incubator/xap/trunk: WebContent/examples/widgets/ src/xap/bridges/dojo/ src/xap/widgets/dojo/ Date: Fri, 10 Nov 2006 21:28:37 -0000 To: xap-commits@incubator.apache.org From: mturyn@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061110212838.1091F1A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturyn Date: Fri Nov 10 13:28:36 2006 New Revision: 473504 URL: http://svn.apache.org/viewvc?view=rev&rev=473504 Log: Many changes, most notably those for changing the following names: freePanel --> freePane hoizontalPanel --> horizontalBoxPane verticalPanel --> verticalBoxPane Fixes for attributes borderPane: gap, horizontal, vertical freePane: added example for new name horizontalBoxPane,verticalBoxPane: align, pack, flex flowPane: align Added: incubator/xap/trunk/WebContent/examples/widgets/borderPane.html incubator/xap/trunk/WebContent/examples/widgets/borderPane.xal incubator/xap/trunk/WebContent/examples/widgets/freePane.html incubator/xap/trunk/WebContent/examples/widgets/freePane.xal incubator/xap/trunk/WebContent/examples/widgets/horizontalBoxPane.html incubator/xap/trunk/WebContent/examples/widgets/horizontalBoxPane.xal incubator/xap/trunk/WebContent/examples/widgets/verticalBoxPane.html incubator/xap/trunk/WebContent/examples/widgets/verticalBoxPane.xal Modified: incubator/xap/trunk/WebContent/examples/widgets/horizontalFlowPane.xal incubator/xap/trunk/WebContent/examples/widgets/index.html incubator/xap/trunk/src/xap/bridges/dojo/BorderPanelBridge.js incubator/xap/trunk/src/xap/bridges/dojo/HorizontalFlowPaneBridge.js incubator/xap/trunk/src/xap/bridges/dojo/HorizontalPanelBridge.js incubator/xap/trunk/src/xap/bridges/dojo/VerticalPanelBridge.js incubator/xap/trunk/src/xap/widgets/dojo/BorderPanel.js incubator/xap/trunk/src/xap/widgets/dojo/HorizontalFlowPane.js incubator/xap/trunk/src/xap/widgets/dojo/HorizontalPanel.js incubator/xap/trunk/src/xap/widgets/dojo/VerticalPanel.js Added: incubator/xap/trunk/WebContent/examples/widgets/borderPane.html URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/widgets/borderPane.html?view=auto&rev=473504 ============================================================================== --- incubator/xap/trunk/WebContent/examples/widgets/borderPane.html (added) +++ incubator/xap/trunk/WebContent/examples/widgets/borderPane.html Fri Nov 10 13:28:36 2006 @@ -0,0 +1,28 @@ + + + + + Simple XAP Widget Example + + + + + + + + + + + +
+ + Added: incubator/xap/trunk/WebContent/examples/widgets/borderPane.xal URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/widgets/borderPane.xal?view=auto&rev=473504 ============================================================================== --- incubator/xap/trunk/WebContent/examples/widgets/borderPane.xal (added) +++ incubator/xap/trunk/WebContent/examples/widgets/borderPane.xal Fri Nov 10 13:28:36 2006 @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/xap/trunk/WebContent/examples/widgets/freePane.html URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/widgets/freePane.html?view=auto&rev=473504 ============================================================================== --- incubator/xap/trunk/WebContent/examples/widgets/freePane.html (added) +++ incubator/xap/trunk/WebContent/examples/widgets/freePane.html Fri Nov 10 13:28:36 2006 @@ -0,0 +1,28 @@ + + + + + Simple XAP Widget Example + + + + + + + + + + + +
+ + Added: incubator/xap/trunk/WebContent/examples/widgets/freePane.xal URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/widgets/freePane.xal?view=auto&rev=473504 ============================================================================== --- incubator/xap/trunk/WebContent/examples/widgets/freePane.xal (added) +++ incubator/xap/trunk/WebContent/examples/widgets/freePane.xal Fri Nov 10 13:28:36 2006 @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + +