Update of /cvsroot/monetdb/pathfinder/runtime/xrpc/demo
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15273/xrpc/demo

Modified Files:
      Tag: xrpcdemo
        index.html 
Log Message:
- add an extra updating field in the participant field
- add updating as an extra parameter to print_result
- fix updating check button in GUI



U index.html
Index: index.html
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc/demo/Attic/index.html,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- index.html  10 Jun 2008 21:22:11 -0000      1.1.2.7
+++ index.html  11 Jun 2008 07:28:26 -0000      1.1.2.8
@@ -30,7 +30,6 @@
 
   function funcdef(n, u, a, q, d) {
        this.name = n;
-       this.updating = u;
        this.arr = a;
        this.quantarr = q;
        this.def = d;
@@ -39,10 +38,6 @@
                return this.name;
        }
        
-       this.getUpdating = function() {
-               return this.updating;
-       }
-       
        this.getArrSize = function() {
                return this.arr.length;
        }
@@ -164,9 +159,9 @@
        }
        
        var mode = form.isolevel.value + form.mode.value + 
(XRPCDEBUG?"-trace":"");
-         
+        
     XRPC(form.postUrl.value, form.ns.value, form.loc.value, 
-         form.method.value, form.arity.value, xrpc_call, showResponse, 
form.timeout.value, mode);
+         form.method.value, form.arity.value, form.updating.checked, 
xrpc_call, showResponse, form.timeout.value, mode);
   }
   
   function sendRequestPart(obj) {
@@ -286,9 +281,6 @@
        
        defobj.readOnly = !last;
        
-       var updobj = document.getElementById("updating");
-       updobj.checked = funcdefs[idx].getUpdating();
-       
        //var loopobj = document.getElementById("loop");
        //loopobj.disabled = (idx != 0);
   }


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to