You are here

constant FCKEDITOR_FORCE_SIMPLE_TOOLBAR_NAME in FCKeditor - WYSIWYG HTML editor 6

Same name and namespace in other branches
  1. 5.2 fckeditor.module \FCKEDITOR_FORCE_SIMPLE_TOOLBAR_NAME
  2. 6.2 fckeditor.module \FCKEDITOR_FORCE_SIMPLE_TOOLBAR_NAME

The name of simplified toolbar which should be forced Be sure that this toolbar is defined in fckeditor.config.js or fckconfig.js

3 uses of FCKEDITOR_FORCE_SIMPLE_TOOLBAR_NAME
fckeditor_global_profile_form_build in ./fckeditor.module
fckeditor_process_textarea in ./fckeditor.module
This function create the HTML objects required for the FCKeditor
fckeditor_profile_form_build in ./fckeditor.module
Return an HTML form for profile configuration.

File

./fckeditor.module, line 36
FCKeditor - The text editor for Internet - http://www.fckeditor.net Copyright (C) 2003-2008 Frederico Caldeira Knabben

Code

define('FCKEDITOR_FORCE_SIMPLE_TOOLBAR_NAME', 'DrupalBasic');