[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/fckeditor/ -> fckeditor.lib.inc (summary)

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

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

Defines 6 functions

  fckeditor_get_document_root_full_path()
  fckeditor_resolve_url()
  fckeditor_load_toolbar_options()
  fckeditor_load_skin_options()
  fckeditor_load_lang_options()
  fckeditor_is_plaintext()

Functions
Functions that are not part of a class:

fckeditor_get_document_root_full_path()   X-Ref
Guess the absolute server path to the document root
Usually it should return $_SERVER['DOCUMENT_ROOT']

return: string|boolean

fckeditor_resolve_url($path)   X-Ref
Emulates the asp Server.mapPath function.
Given an url path return the physical directory that it corresponds to.

Returns absolute path or false on failure

param: string $path
return: @return string|boolean

fckeditor_load_toolbar_options()   X-Ref
No description

fckeditor_load_skin_options()   X-Ref
No description

fckeditor_load_lang_options()   X-Ref
No description

fckeditor_is_plaintext($text)   X-Ref
Determines if the supplied text doesn't contain
any HTML

param: string $text
return: bool



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7