You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2006/02/06 05:42:08 UTC

svn commit: r375173 - /lenya/trunk/src/modules/fckeditor/usecases/fckeditor.jx

Author: chestnut
Date: Sun Feb  5 20:42:07 2006
New Revision: 375173

URL: http://svn.apache.org/viewcvs?rev=375173&view=rev
Log:
fit editor to screen, use page.css

Modified:
    lenya/trunk/src/modules/fckeditor/usecases/fckeditor.jx

Modified: lenya/trunk/src/modules/fckeditor/usecases/fckeditor.jx
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/fckeditor/usecases/fckeditor.jx?rev=375173&r1=375172&r2=375173&view=diff
==============================================================================
--- lenya/trunk/src/modules/fckeditor/usecases/fckeditor.jx (original)
+++ lenya/trunk/src/modules/fckeditor/usecases/fckeditor.jx Sun Feb  5 20:42:07 2006
@@ -13,9 +13,10 @@
     {
     	var oFCKeditor = new FCKeditor( 'content' ) ;
     	oFCKeditor.BasePath	= '/modules/fckeditor/FCKeditor/' ;
-    	oFCKeditor.Width="100%";
-    	oFCKeditor.Height="100%";
+    	oFCKeditor.Width="800";
+    	oFCKeditor.Height="700";
     	oFCKeditor.Config[ "FullPage" ] = true ;
+    	oFCKeditor.Config[ "EditorAreaCSS" ] = '/default/authoring/css/page.css' ;
     	oFCKeditor.ReplaceTextarea() ;
 
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org