' . t('CKEditor is highly configurable. The most commonly used features are listed below. You can also customize CKEditor to your needs by changing the configuration file: %ckeditor_module_config.', array( '%ckeditor_module_config' => drupal_get_path('module', 'ckeditor') . '/ckeditor.config.js', )) . '
'; $output .= '' . t('It is advised to not edit the configuration file that is distributed with CKEditor: %ckeditor_config_file (%ckeditor_config_path) because you may overwrite it accidentally when you update the editor.', array( '%ckeditor_config_path' => ckeditor_path(true) . '/config.js', '%ckeditor_config_file' => 'config.js', )) . '
'; break; case 'admin/config/content/ckeditor/editg': case 'admin/config/content/ckeditor/add': $output = '' . t('The Global Profile allows you to define settings that are common for all profiles. Values defined in other profiles will be appended to the global configuration. This way you can avoid repeating some of the settings that are usually the same in each profile.') . '
'; break; case 'admin/config/content/ckeditor': $output = '' . t('The CKEditor module allows Drupal to replace textarea fields with CKEditor. CKEditor is a text editor to be used inside web pages. It\'s a !wysiwyg editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.', array( '!wysiwyg' => '' . t('WYSIWYG') . '', )) . '
' . '' . t('Useful links: !ckeditorlink | !devguidelink | !userguidelink.', array( '!ckeditorlink' => l(t('CKEditor web site'), 'http://ckeditor.com'), '!devguidelink' => l(t('Developer\'s Guide'), 'http://docs.cksource.com/CKEditor_3.x/Developers_Guide'), '!userguidelink' => l(t('User\'s Guide'), 'http://docs.cksource.com/CKEditor_3.x/Users_Guide') )) . '
' . t('Profiles are linked with input format types. A CKEditor profile defines what buttons are available in the editor, how the editor is displayed, and a few other editor functions. The Global Profile holds some general information about CKEditor.') . '
'; break; case 'admin/help#ckeditor': $output = '' . t('The CKEditor module allows Drupal to replace textarea fields with CKEditor. CKEditor is a text editor to be used inside web pages. It\'s a !wysiwyg editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.', array( '!wysiwyg' => '' . t('WYSIWYG') . '', )) . '
'; $output .= '' . t('Useful links: !ckeditorlink | !devguidelink | !userguidelink.', array( '!ckeditorlink' => l(t('CKEditor web site'), 'http://ckeditor.com'), '!devguidelink' => l(t('Developer\'s Guide'), 'http://docs.cksource.com/CKEditor_3.x/Developers_Guide'), '!userguidelink' => l(t('User\'s Guide'), 'http://docs.cksource.com/CKEditor_3.x/Users_Guide') )) . '
'; $output .= '' . htmlspecialchars('