Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

fckeditor.module

Version

1.20.2.39 (checked in on 2008/07/11 at 07:58:30 by wwalc)

Description

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

== BEGIN LICENSE ==

Licensed under the terms of any of the following licenses at your choice:

== END LICENSE ==

FCKeditor Module for Drupal 6.x

This module allows Drupal to replace textarea fields with FCKeditor.

This HTML text editor brings to the web many of the powerful functionalities of known desktop editors like Word. It's really lightweight and doesn't require any kind of installation on the client computer.

Constants

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

Functions

Namesort iconDescription
fckeditor_adminController for FCKeditor administrative settings.
fckeditor_ask_delete_confirmation
fckeditor_elementsImplementation of textarea Replace textarea with FCKeditor using callback function (fckeditor_process_textarea)
fckeditor_file_downloadImplementation of hook_file_download(). Support for private downloads.
fckeditor_global_profile_formReturn an HTML form for global profile configuration.
fckeditor_global_profile_form_build
fckeditor_global_profile_save
fckeditor_global_profile_validateGlobal profile validation.
fckeditor_helpImplementation of hook_help
fckeditor_idsearchSearch the field id for matches in array of matches
fckeditor_init
fckeditor_is_compatible_clientTest if client can render the FCKeditor Use built-in test method in fckeditor.php If fckeditor.php is not found, return false (probably in such case fckeditor is not installed correctly)
fckeditor_is_enabled
fckeditor_load_lang_options
fckeditor_load_skin_options
fckeditor_load_toolbar_options
fckeditor_menuAdd link to FCKeditor configuration in "Administer -> Site configuration" section
fckeditor_permImplementation of hook_perm Administer -> User management -> Permissions
fckeditor_process_inputAllow more than 255 chars in Allowed HTML tags textfield
fckeditor_process_textareaThis function create the HTML objects required for the FCKeditor
fckeditor_profile_delete
fckeditor_profile_formReturn an HTML form for profile configuration.
fckeditor_profile_form_buildReturn an HTML form for profile configuration.
fckeditor_profile_loadLoad all profiles. Just load one profile if $name is passed in.
fckeditor_profile_overviewController for fckeditor profiles.
fckeditor_profile_saveSave a profile to the database. @todo add more entries to array in the user_save line
fckeditor_profile_validateProfile validation.
fckeditor_sorted_rolessort roles according to precedence settings. previously sorted roles are followed by latest added roles.
fckeditor_userImplementation of hook_user().
fckeditor_user_get_profile
fckeditor_user_get_setting