You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/10/30 10:21:20 UTC

svn commit: r1029005 - in /click/trunk/click/examples/webapp/ajax/compare: javascript-ajax-demo.htm jquery-ajax-demo.htm prototype-ajax-demo.htm

Author: sabob
Date: Sat Oct 30 08:21:19 2010
New Revision: 1029005

URL: http://svn.apache.org/viewvc?rev=1029005&view=rev
Log:
doco

Modified:
    click/trunk/click/examples/webapp/ajax/compare/javascript-ajax-demo.htm
    click/trunk/click/examples/webapp/ajax/compare/jquery-ajax-demo.htm
    click/trunk/click/examples/webapp/ajax/compare/prototype-ajax-demo.htm

Modified: click/trunk/click/examples/webapp/ajax/compare/javascript-ajax-demo.htm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/ajax/compare/javascript-ajax-demo.htm?rev=1029005&r1=1029004&r2=1029005&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/ajax/compare/javascript-ajax-demo.htm (original)
+++ click/trunk/click/examples/webapp/ajax/compare/javascript-ajax-demo.htm Sat Oct 30 08:21:19 2010
@@ -53,7 +53,7 @@ $link
             event = window.event;
 
         // The URL to make the Ajax request on should include enough information
-        // for Click to identify the target Ajax control and how to process the control.
+        // for Click to identify the Ajax target control and how to process the control.
         // Normally Click uses the Control ID to identify the Ajax target. Here the
         // target Control is the ActionLink with ID: 'link-id'. The ID parameter is appended to
         // the url with a value of 1. The value is actually ignored by Click so it is optional

Modified: click/trunk/click/examples/webapp/ajax/compare/jquery-ajax-demo.htm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/ajax/compare/jquery-ajax-demo.htm?rev=1029005&r1=1029004&r2=1029005&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/ajax/compare/jquery-ajax-demo.htm (original)
+++ click/trunk/click/examples/webapp/ajax/compare/jquery-ajax-demo.htm Sat Oct 30 08:21:19 2010
@@ -52,7 +52,7 @@ $link
 
     function makeRequest() {
         // The URL to make the Ajax request on should include enough information
-        // for Click to identify the target Ajax control and how to process the control.
+        // for Click to identify the Ajax target control and how to process the control.
         // Normally Click uses the Control ID to identify the Ajax target. Here the
         // target Control is the ActionLink with ID: 'link-id'. The ID parameter is appended to
         // the url with a value of 1. The value is actually ignored by Click so it is optional

Modified: click/trunk/click/examples/webapp/ajax/compare/prototype-ajax-demo.htm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/ajax/compare/prototype-ajax-demo.htm?rev=1029005&r1=1029004&r2=1029005&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/ajax/compare/prototype-ajax-demo.htm (original)
+++ click/trunk/click/examples/webapp/ajax/compare/prototype-ajax-demo.htm Sat Oct 30 08:21:19 2010
@@ -51,7 +51,7 @@ $link
 
     function makeRequest() {
         // The URL to make the Ajax request on should include enough information
-        // for Click to identify the target Ajax control and how to process the control.
+        // for Click to identify the Ajax target control and how to process the control.
         // Normally Click uses the Control ID to identify the Ajax target. Here the
         // target Control is the ActionLink with ID: 'link-id'. The ID parameter is appended to
         // the url with a value of 1. The value is actually ignored by Click so it is optional