Index: lams_tool_daco/web/pages/authoring/basic.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_daco/web/pages/authoring/basic.jsp,v
diff -u -r1.6 -r1.7
--- lams_tool_daco/web/pages/authoring/basic.jsp 6 Oct 2010 10:17:32 -0000 1.6
+++ lams_tool_daco/web/pages/authoring/basic.jsp 4 Jan 2012 17:05:44 -0000 1.7
@@ -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 @@