.

CKEditorConfig Class Reference
[CKEditor]

CKEditor config. More...

Inheritance diagram for CKEditorConfig:
IRichtTextEditor

List of all members.

Public Member Functions

  apply (PageData $page_data, $name)
  Apply it.

Public Attributes

  $init_file = 'js/ckeditor/default.js'

Detailed Description

CKEditor config.

Author:
Gerd Riesselmann

Definition at line 77 of file ckeditor.cls.php.


Member Function Documentation

CKEditorConfig::apply ( PageData page_data,
name  
)

Apply it.

Parameters:
PageData  $page_data
string  $name Name of editor, can be found as class "rte_$name" on HTML textareas

Implements IRichtTextEditor.

Definition at line 95 of file ckeditor.cls.php.

00095                                                           {
00096                 CKEditor::enable($page_data, $this);
00097         }       

Member Data Documentation

CKEditorConfig::$init_file = 'js/ckeditor/default.js'

Definition at line 83 of file ckeditor.cls.php.


The documentation for this class was generated from the following file: