|
@@ -24,6 +24,9 @@ height:120px;
|
|
|
<tr><td>Version: </td><td><strong id="version">0.0</strong></td></tr>
|
|
|
</table>
|
|
|
|
|
|
+<div id="descDiv">
|
|
|
+</div>
|
|
|
+
|
|
|
<div id="formDiv">
|
|
|
</div>
|
|
|
|
|
@@ -41,17 +44,16 @@ function init(){
|
|
|
config.window=window;
|
|
|
config.div="formDiv";
|
|
|
config.debugArea="debugArea";
|
|
|
- config.role="crfSponsor";
|
|
|
+ config.role="crfManager";
|
|
|
clear();
|
|
|
print("StartingX");
|
|
|
//add a button with callback
|
|
|
config.button = config.document.createElement("button");
|
|
|
- config.button.innerHTML = "Generate description";
|
|
|
- let el=config.document.getElementById(config.div);
|
|
|
- //print(el);
|
|
|
+ config.button.innerHTML = "Generate description";
|
|
|
+ let el=config.document.getElementById('descDiv');
|
|
|
el.appendChild(config.button);
|
|
|
config.button.onclick=generateDescription;
|
|
|
-
|
|
|
+ generateFormArray();
|
|
|
|
|
|
}
|
|
|
</script>
|