Index: lams_tool_laqa/web/author_page.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/Attic/author_page.jsp,v
diff -u -r1.4 -r1.5
--- lams_tool_laqa/web/author_page.jsp 27 Jan 2006 06:26:26 -0000 1.4
+++ lams_tool_laqa/web/author_page.jsp 31 Jan 2006 01:12:18 -0000 1.5
@@ -80,15 +80,19 @@
else{
selectTab(1); //select the default tab;
}
-
- //showElementById("tx1");
- //showElementById("tx2");
- //showElementById("tx3");
-
- //hideElementById("preview1");
- //hideElementById("preview2");
- //hideElementById("preview3");
+ initEditor("Title");
+ initEditor("Instructions");
+ initEditor("Question0");
+ initEditor("OnlineInstructions");
+ initEditor("OfflineInstructions");
+
+