[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/ckeditor/ -> ckeditor.module (summary)

CKEditor - The text editor for Internet - http://ckeditor.com Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. == BEGIN LICENSE ==

File Size: 1128 lines (47 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 15 functions

  ckeditor_form_alter()
  ckeditor_help()
  ckeditor_user()
  ckeditor_perm()
  ckeditor_elements()
  ckeditor_process_hidden()
  ckeditor_process_form()
  ckeditor_process_input()
  ckeditor_menu()
  ckeditor_init()
  ckeditor_file_download()
  ckeditor_profile_load()
  ckeditor_process_textarea()
  ckeditor_path()
  ckeditor_get_nodetype()

Functions
Functions that are not part of a class:

ckeditor_form_alter(&$form, $form_state, $form_id)   X-Ref
Implementation of hook_form_alter()


ckeditor_help($path, $arg)   X-Ref
Implementation of hook_help().

This function delegates execution to ckeditor_help_delegate() in includes/ckeditor.page.inc to
lower the amount of code in ckeditor.module

ckeditor_user($type, $edit, &$user, $category = NULL)   X-Ref
Implementation of hook_user().

This function delegates execution to ckeditor_user_delegate() in includes/ckeditor.user.inc to
lower the amount of code in ckeditor.module

ckeditor_perm()   X-Ref
Implementation of hook_perm().
Administer -> User management -> Permissions


ckeditor_elements()   X-Ref
Implementation of hook_elements().
Replace textarea with CKEditor using callback function (ckeditor_process_textarea)


ckeditor_process_hidden($element, $edit, $form_state, $complete_form)   X-Ref
No description

ckeditor_process_form(&$form)   X-Ref
No description

ckeditor_process_input($element)   X-Ref
Allow more than 255 chars in Allowed HTML tags textfield


ckeditor_menu()   X-Ref
Implementation of hook_menu().


ckeditor_init()   X-Ref
Implementation of hook_init().


ckeditor_file_download($file)   X-Ref
Implementation of hook_file_download().
Support for private downloads.
CKEditor does not implement any kind of potection on private files.


ckeditor_profile_load($name = '', $clear = FALSE)   X-Ref
Load all profiles. Just load one profile if $name is passed in.


ckeditor_process_textarea($element)   X-Ref
This function create the HTML objects required for the CKEditor

param: $element
return:

ckeditor_path($local = FALSE, $refresh = FALSE)   X-Ref
Read CKEditor path from Global profile

return:

ckeditor_get_nodetype($get_q)   X-Ref
No description



Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7