Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 36648 invoked from network); 28 Feb 2011 21:27:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Feb 2011 21:27:41 -0000 Received: (qmail 32660 invoked by uid 500); 28 Feb 2011 21:27:40 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 32645 invoked by uid 500); 28 Feb 2011 21:27:40 -0000 Mailing-List: contact dev-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tapestry development" Delivered-To: mailing list dev@tapestry.apache.org Received: (qmail 32635 invoked by uid 99); 28 Feb 2011 21:27:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Feb 2011 21:27:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of uli@spielviel.de designates 83.223.83.194 as permitted sender) Received: from [83.223.83.194] (HELO uli.spielviel.de) (83.223.83.194) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Feb 2011 21:27:30 +0000 Received: from [192.168.0.41] (i577B5F3E.versanet.de [87.123.95.62]) by uli.spielviel.de (Postfix) with ESMTPSA id 5F3B6BF401 for ; Mon, 28 Feb 2011 22:27:10 +0100 (CET) Message-ID: <4D6C132E.1050808@spielviel.de> Date: Mon, 28 Feb 2011 22:27:10 +0100 From: =?ISO-8859-1?Q?Ulrich_St=E4rk?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Tapestry development Subject: Re: svn commit: r1075148 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js References: <20110227211532.6B2E723889D7@eris.apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yeah. It requires some manual tuning though, I hope I'll have it finished by the end of the week. Uli On 28.02.2011 22:04, Howard Lewis Ship wrote: > Auto JS doc is going to be very sweet! > > On Sun, Feb 27, 2011 at 1:15 PM, wrote: >> Author: uli >> Date: Sun Feb 27 21:15:26 2011 >> New Revision: 1075148 >> >> URL: http://svn.apache.org/viewvc?rev=1075148&view=rev >> Log: >> prepare javascript for automatic JSDoc generation: convert special chars to html entities >> >> Modified: >> tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js >> >> Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js >> URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js?rev=1075148&r1=1075147&r2=1075148&view=diff >> ============================================================================== >> --- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js (original) >> +++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js Sun Feb 27 21:15:26 2011 >> @@ -91,7 +91,7 @@ var Tapestry = { >> CONSOLE_DURATION : 10, >> >> /** >> - * CSS Class added to a
element that directs Tapestry to prevent >> + * CSS Class added to a <form> element that directs Tapestry to prevent >> * normal (HTTP POST) form submission, in favor of Ajax (XmlHttpRequest) >> * submission. >> */ >> @@ -449,7 +449,7 @@ var Tapestry = { >> >> /** >> * Obtains the Tapestry.ZoneManager object associated with a triggering >> - * element (an or ) configured to update a zone. Writes errors to >> + * element (an <a> or <form>) configured to update a zone. Writes errors to >> * the AjaxConsole if the zone and ZoneManager can not be resolved. >> * >> * @param element >> @@ -465,7 +465,7 @@ var Tapestry = { >> >> /** >> * Obtains the Tapestry.ZoneManager object associated with a zone element >> - * (usually a
). Writes errors to the Ajax console if the element or >> + * (usually a <div>). Writes errors to the Ajax console if the element or >> * manager can not be resolved. >> * >> * @param zoneElement >> @@ -980,7 +980,7 @@ Tapestry.Initializer = { >> * indicated Zone. >> * >> * @param spec.linkId >> - * id or instance of or element >> + * id or instance of <form> or <a> element >> * @param spec.zoneId >> * id of the element to update when link clicked or form >> * submitted >> @@ -997,7 +997,7 @@ Tapestry.Initializer = { >> * information to reconnect with the server-side Form. >> * >> * @param spec.selectId >> - * id or instance of