.

WYMEditorConfig Class Reference
[WYMEditor]

WYMEditor config. More...

Inheritance diagram for WYMEditorConfig:
IRichtTextEditor

List of all members.

Public Member Functions

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

Public Attributes

  $init_file = 'js/wymeditor/default.js'
  $plugins

Detailed Description

WYMEditor config.

Author:
Gerd Riesselmann

Definition at line 70 of file wymeditor.cls.php.


Member Function Documentation

WYMEditorConfig::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 100 of file wymeditor.cls.php.

00100                                                           {
00101                 WYMEditor::enable($page_data, $this);
00102         }               

Member Data Documentation

WYMEditorConfig::$init_file = 'js/wymeditor/default.js'

Definition at line 76 of file wymeditor.cls.php.

WYMEditorConfig::$plugins
Initial value:
 array(
                'js/wymeditor/plugins/fullscreen/jquery.wymeditor.fullscreen.js' => 
                        'wym.fullscreen()'
        )

Definition at line 84 of file wymeditor.cls.php.


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