You are here

constant FCKEDITOR_FORCE_SIMPLE_TOOLBAR_NAME in FCKeditor - WYSIWYG HTML editor 6.2

Same name and namespace in other branches
  1. 5.2 fckeditor.module \FCKEDITOR_FORCE_SIMPLE_TOOLBAR_NAME
  2. 6 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_admin_global_profile_form in ./fckeditor.admin.inc
fckeditor_admin_profile_form in ./fckeditor.admin.inc
Form builder for a normal profile
fckeditor_process_textarea in ./fckeditor.module
This function create the HTML objects required for the FCKeditor

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');