Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change 
notification.

The following page has been changed by BobHarner:
http://wiki.apache.org/lenya/HowToIntegrateFCKEditor

The comment on the change is:
Added height of 100% for editor

------------------------------------------------------------------------------
  FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 
'filemanager/browser/default/browser.html?Type=Image&Connector=' + path + 
'/connectors/lenya/connector.lenya';
  }}}
  
+ 
+ and edit `lenya/webapp/lenya/resources/fckeditor/fckconfig.js` (near the top) 
to set the height and width of the editor:
+ 
+ {{{
+         this.Width                      = width                 || '100%' ;
+         this.Height                     = height                || '100%' ;
+ }}}
  
  4. Also in `lenya/webapp/lenya/resources/misc/fckeditor`, create a new file 
called `uploadComplete.xhtml` that contains just beginning and ending `<html>` 
tags.  The remaining html will be added during the transformation.  This is the 
response that's sent to Fred after an asset has been uploaded which contains 
the name of the file being uploaded and an error code.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to