Changeset 2388 for MediaWiki/trunk/FCKeditor.php
- Timestamp:
- 2008-08-27 16:58:27 (4 months ago)
- Files:
-
- 1 modified
-
MediaWiki/trunk/FCKeditor.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/FCKeditor.php
r2077 r2388 64 64 $wgFCKEditorHeight = "0"; // "0" for automatic ("300" minimum). 65 65 } 66 67 66 /** 68 67 * Enable use of AJAX features. … … 76 75 $wgAjaxExportList[] = 'wfSajaxSearchTemplateFCKeditor'; 77 76 $wgAjaxExportList[] = 'wfSajaxSearchSpecialTagFCKeditor'; 77 $wgAjaxExportList[] = 'wfSajaxToggleFCKeditor'; 78 78 79 79 $wgExtensionCredits['other'][] = array( … … 89 89 90 90 $oFCKeditorExtension = new FCKeditor_MediaWiki(); 91 91 92 $oFCKeditorExtension->registerHooks(); 92 93 94 $wgDefaultUserOptions['riched_use_toggle'] = 1; 95 $wgDefaultUserOptions['riched_start_disabled'] = 1; 96 $wgDefaultUserOptions['riched_use_popup'] = 1; 97 $wgDefaultUserOptions['riched_toggle_remember_state'] = 1;