|
@@ -58,12 +58,15 @@ function init() {
|
|
|
|
|
|
var config=new Object();
|
|
|
config.document=document;
|
|
|
- config.debugId='formStatus';
|
|
|
+ config.debugId='formStatus';
|
|
|
+ print(config,"Init");
|
|
|
+ return;
|
|
|
+
|
|
|
generateHead(config,"debugAreaHead","debugAreaDiv","Debug info");
|
|
|
generateHead(config,"generalDataHead","generalDataDiv","General data");
|
|
|
generateHead(config,"pickFormHead","pickFormDiv","Select CRF");
|
|
|
return;
|
|
|
-
|
|
|
+
|
|
|
//parameters should include
|
|
|
//divName - place to render select entry table
|
|
|
//masterQuery - the master query that will collect al the data
|