[freeside-commits] freeside/httemplate/elements xmlhttp.html, 1.9, 1.10
Ivan,,,
ivan at wavetail.420.am
Thu May 8 05:46:01 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv738/httemplate/elements
Modified Files:
xmlhttp.html
Log Message:
address standardization part one, finally checked in from here
Index: xmlhttp.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/xmlhttp.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xmlhttp.html 1 Aug 2007 19:22:52 -0000 1.9
+++ xmlhttp.html 8 May 2008 12:45:59 -0000 1.10
@@ -1,3 +1,19 @@
+<%doc>
+
+Example:
+
+ include( '/elements/xmlhttp.html',
+ # required
+ 'url' => $p.'misc/something.html',
+ 'subs' => [ 'subroutine' ],
+
+ # optional
+ 'method' => 'GET', #defaults to GET, could specify POST
+ 'key' => 'unique', #unique key
+
+ );
+
+</%doc>
<SCRIPT TYPE="text/javascript">
function rs_init_object() {
More information about the freeside-commits
mailing list