You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by bb...@apache.org on 2007/07/06 01:20:24 UTC

svn commit: r553685 - /incubator/xap/site/docs/xmodify/content/processors.html

Author: bbuffone
Date: Thu Jul  5 18:20:23 2007
New Revision: 553685

URL: http://svn.apache.org/viewvc?view=rev&rev=553685
Log:
fixed several typos.

Modified:
    incubator/xap/site/docs/xmodify/content/processors.html

Modified: incubator/xap/site/docs/xmodify/content/processors.html
URL: http://svn.apache.org/viewvc/incubator/xap/site/docs/xmodify/content/processors.html?view=diff&rev=553685&r1=553684&r2=553685
==============================================================================
--- incubator/xap/site/docs/xmodify/content/processors.html (original)
+++ incubator/xap/site/docs/xmodify/content/processors.html Thu Jul  5 18:20:23 2007
@@ -25,8 +25,8 @@
 
 <p>
 	The XAP project has created several xModify processors (jQuery, MooTools and XAP) to handle the execution of 
-	xModify instructions.  Included in the XAP core functionality is the ability to execute xModify scripts against either 
-	the HTML or UI Documents.
+	xModify operations.  Included in the XAP core functionality is the ability to execute xModify scripts against either 
+	the HTML or UI DOMs.
 	
 </p> 
 
@@ -61,8 +61,10 @@
 					
 <p>
 Call the xModify function from JavaScript, 
-once called the xModify processor it uses the jQuery.ajax function to request the 
-url and then process the response.
+once called the xModify processor uses the jQuery.ajax function to request the 
+url and then process the response.  You will need to typically send information to the server-side resource
+using a POST or GET.  To do this append the parameters to the end of the url string, for example:
+{url:'login.jsp?username='+usernameValue+'password='+passwordValue});
 </p>					
 <pre>
 							
@@ -72,8 +74,7 @@
 </p>
 				
 	<div><img src="../images/base.gif"><i><b>Node Selectors:</b></i></div>
-	<div style="border:1px solid #aaa;padding:10px;margin:20px;">The select attribute of the xModify operations when using jQuery can be 
-	any as defined on the following page. <br><br><a style="font-weight:bold" href="http://docs.jquery.com/Selectors" target="jQuery">Selectors Details</a>
+	<div style="border:1px solid #aaa;padding:10px;margin:20px;">The select attribute of the xModify operations is as defined on the following page. <br><br><a style="font-weight:bold" href="http://docs.jquery.com/Selectors" target="jQuery">Selectors Details</a>
 	<p>The operations will hand off the "select" attribute to the <b>$(select-attribute-value)</b>.</p>
 	</div>
 
@@ -112,7 +113,7 @@
 					
 <p>
 Call the xModify function from JavaScript, 
-once called the xModify processor it uses the jQuery.ajax function to request the 
+once called the xModify processor uses the XAP underyling communication functionality to request the 
 url and then process the response.
 </p>					
 <pre>