[default] element index

Package indexes

All elements
a b c e i j r s t v _
_
top
Variable $_events
CKEditor::$_events in ckeditor_php4.php
An array that holds event listeners.
Variable $_globalEvents
CKEditor::$_globalEvents in ckeditor_php4.php
An array that holds global event listeners.
Variable $_timestamp
CKEditor::$_timestamp in ckeditor_php4.php
A constant string unique for each release of %CKEditor.
a
top
Method addEventHandler
CKEditor::addEventHandler() in ckeditor_php4.php
Adds event listener.
Method addGlobalEventHandler
Adds global event listener.
b
top
Variable $basePath
CKEditor::$basePath in ckeditor_php4.php
URL to the %CKEditor installation directory (absolute or relative to document root).
Constant BASEDIR
BASEDIR in index.php
c
top
Variable $config
CKEditor::$config in ckeditor_php4.php
An array that holds the global %CKEditor configuration.
Class CKEditor
CKEditor in ckeditor_php4.php
\brief CKEditor class that can be used to create editor instances in PHP pages on server side.
Method CKEditor
CKEditor::CKEditor() in ckeditor_php4.php
Main Constructor.
Method ckeditorPath
CKEditor::ckeditorPath() in ckeditor_php4.php
Return path to ckeditor.js.
Method clearEventHandlers
CKEditor::clearEventHandlers() in ckeditor_php4.php
Clear registered event handlers.
Method clearGlobalEventHandlers
Clear registered global event handlers.
Method configSettings
CKEditor::configSettings() in ckeditor_php4.php
Returns the configuration array (global and instance specific settings are merged into one array).
Page ckeditor.php
ckeditor.php in ckeditor.php
Page ckeditor_php4.php
ckeditor_php4.php in ckeditor_php4.php
Page ckeditor_php5.php
ckeditor_php5.php in ckeditor_php5.php
e
top
Method editor
CKEditor::editor() in ckeditor_php4.php
Creates a %CKEditor instance.
i
top
Variable $initialized
CKEditor::$initialized in ckeditor_php4.php
A boolean variable indicating whether CKEditor has been initialized.
Page index.php
index.php in index.php
Page index.php
index.php in index.php
Page index.php
index.php in index.php
Page index.php
index.php in index.php
Method init
CKEditor::init() in ckeditor_php4.php
Initializes CKEditor (executed only once).
Page index.php
index.php in index.php
j
top
Method jsEncode
CKEditor::jsEncode() in ckeditor_php4.php
This little function provides a basic JSON support.
r
top
Variable $returnOutput
CKEditor::$returnOutput in ckeditor_php4.php
Boolean variable indicating whether created code should be printed out or returned by a function.
Method replace
CKEditor::replace() in ckeditor_php4.php
Replaces a <textarea> with a %CKEditor instance.
Method replaceAll
CKEditor::replaceAll() in ckeditor_php4.php
Replace all <textarea> elements available in the document with editor instances.
Method returnGlobalEvents
CKEditor::returnGlobalEvents() in ckeditor_php4.php
Return global event handlers.
s
top
Method script
CKEditor::script() in ckeditor_php4.php
Prints javascript code.
t
top
Variable $textareaAttributes
CKEditor::$textareaAttributes in ckeditor_php4.php
An array with textarea attributes.
Variable $timestamp
CKEditor::$timestamp in ckeditor_php4.php
A string indicating the creation date of %CKEditor.
Constant TEMPLATEDIR
TEMPLATEDIR in index.php
v
top
Variable $version
CKEditor::$version in ckeditor_php4.php
The version of %CKEditor.
a b c e i j r s t v _