CLEditorConfig Class Reference
[CLEditor]
Inheritance diagram for
CLEditorConfig:
Public Member Functions |
|
apply (PageData $page_data, $name) | |
Apply it. |
|
Public Attributes |
|
$init_file = 'js/cleditor/default.js' | |
$lang = '' | |
$plugins = array() |
Detailed Description
CLEditor config.
Definition at line 76 of file cleditor.cls.php.
Member Function Documentation
CLEditorConfig::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 97 of file cleditor.cls.php.
00097 { 00098 CLEditor::enable($page_data, $this); 00099 }
Member Data Documentation
CLEditorConfig::$init_file = 'js/cleditor/default.js' |
Definition at line 82 of file cleditor.cls.php.
CLEditorConfig::$lang = '' |
Definition at line 85 of file cleditor.cls.php.
CLEditorConfig::$plugins = array() |
Definition at line 84 of file cleditor.cls.php.
The documentation for this class was generated from the following file:
- contributions/javascript.cleditor/lib/components/cleditor.cls.php