Index: openacs-4/packages/acs-templating/www/resources/htmlarea/popups/fullscreen.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/htmlarea/popups/fullscreen.html,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/acs-templating/www/resources/htmlarea/popups/fullscreen.html 4 Mar 2004 18:32:14 -0000 1.1
+++ openacs-4/packages/acs-templating/www/resources/htmlarea/popups/fullscreen.html 30 Jan 2005 16:13:32 -0000 1.2
@@ -1,162 +1,278 @@
-
-
Fullscreen Editor
-
+
-
+
-
+
-
-function init() {
- parent_object = opener.HTMLArea._object;
- var config = cloneObject( parent_object.config );
- config.editorURL = "../";
- config.width = "100%";
- config.height = "auto";
+
- // change maximize button to minimize button
- config.btnList["popupeditor"] = [ 'Minimize Editor', 'images/fullscreen_minimize.gif', true,
- function() { window.close(); } ];
+
- // switch mode if needed
- if (parent_object._mode == "textmode") { editor.setMode("textmode"); }
+
-
-
+ }
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+