Project

General

Profile

« Previous | Next » 

Revision 1182

Added by Dietmar over 14 years ago

add two constants in /framework/initialize.php for later feature in database settings
define('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sections
modify page will be loading all sections with editor
define('EDITOR_WIDTH', 900) set min width for editor
adding more information in editor header 1) block 2) module 3) section_id

View differences:

include.php
111 111
  $oFCKeditor->Config['FlashBrowserURL'] = $oFCKeditor->BasePath.'editor/filemanager/browser/default/browser.html?Connector='
112 112
		.$connectorPath;
113 113

  
114
  if(defined('EDITOR_WIDTH'))
115
  {
116
    $width = ($width < EDITOR_WIDTH) ? EDITOR_WIDTH : $width;
117
  }
118

  
114 119
	$oFCKeditor->Value = reverse_htmlentities($content);
115 120
    $oFCKeditor->Width  = $width;
116 121
	$oFCKeditor->Height = $height;

Also available in: Unified diff