Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.20.2.39 (checked in on 2008/07/11 at 07:58:30 by wwalc)
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:
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.
| Name | Description |
|---|---|
| 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 |
| Name | Description |
|---|---|
| fckeditor_admin | Controller for FCKeditor administrative settings. |
| fckeditor_ask_delete_confirmation | |
| fckeditor_elements | Implementation of textarea Replace textarea with FCKeditor using callback function (fckeditor_process_textarea) |
| fckeditor_file_download | Implementation of hook_file_download(). Support for private downloads. |
| fckeditor_global_profile_form | Return an HTML form for global profile configuration. |
| fckeditor_global_profile_form_build | |
| fckeditor_global_profile_save | |
| fckeditor_global_profile_validate | Global profile validation. |
| fckeditor_help | Implementation of hook_help |
| fckeditor_idsearch | Search the field id for matches in array of matches |
| fckeditor_init | |
| fckeditor_is_compatible_client | Test 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_menu | Add link to FCKeditor configuration in "Administer -> Site configuration" section |
| fckeditor_perm | Implementation of hook_perm Administer -> User management -> Permissions |
| fckeditor_process_input | Allow more than 255 chars in Allowed HTML tags textfield |
| fckeditor_process_textarea | This function create the HTML objects required for the FCKeditor |
| fckeditor_profile_delete | |
| fckeditor_profile_form | Return an HTML form for profile configuration. |
| fckeditor_profile_form_build | Return an HTML form for profile configuration. |
| fckeditor_profile_load | Load all profiles. Just load one profile if $name is passed in. |
| fckeditor_profile_overview | Controller for fckeditor profiles. |
| fckeditor_profile_save | Save a profile to the database. @todo add more entries to array in the user_save line |
| fckeditor_profile_validate | Profile validation. |
| fckeditor_sorted_roles | sort roles according to precedence settings. previously sorted roles are followed by latest added roles. |
| fckeditor_user | Implementation of hook_user(). |
| fckeditor_user_get_profile | |
| fckeditor_user_get_setting |