Index: lams_tool_daco/web/pages/authoring/basic.jsp
===================================================================
diff -u -r8179037dc958585c054547eb7de9be14c6aed233 -r17c7be6f4155b1ad0317b5532709444439660e48
--- lams_tool_daco/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 8179037dc958585c054547eb7de9be14c6aed233)
+++ lams_tool_daco/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 17c7be6f4155b1ad0317b5532709444439660e48)
@@ -10,7 +10,7 @@
var area=document.getElementById("questionInputArea");
if(area != null){
- area.style.width="650px";
+ area.style.width="100%";
area.style.height="100%";
area.src=url;
area.style.display="block";
@@ -74,6 +74,10 @@
function deleteQuestionComplete(){
hideBusy("#questionListArea");
}
+ function resizeOnMessageFrameLoad(){
+ var messageAreaFrame = document.getElementById("questionInputArea");
+ messageAreaFrame.style.height=messageAreaFrame.contentWindow.document.body.scrollHeight+'px';
+ }
@@ -108,5 +112,5 @@