Cheetah
Classes | Variables
ChWsbEditor.php File Reference

Go to the source code of this file.

Classes

class  ChWsbEditor
 

Variables

const CH_EDITOR_STANDARD 1
 
const CH_EDITOR_FULL 2
 
const CH_EDITOR_MINI 3
 

Variable Documentation

◆ CH_EDITOR_FULL

const CH_EDITOR_FULL 2

Full WYSIWYG editor view. If not supported by editor, standard view is used.

See also
ChWsbEditor::attachEditor

Definition at line 20 of file ChWsbEditor.php.

◆ CH_EDITOR_MINI

const CH_EDITOR_MINI 3

Mini WYSIWYG editor view. If not supported by editor, standard view is used.

See also
ChWsbEditor::attachEditor

Definition at line 26 of file ChWsbEditor.php.

◆ CH_EDITOR_STANDARD

const CH_EDITOR_STANDARD 1

Standard WYSIWYG editor view.

See also
ChWsbEditor::attachEditor

Definition at line 14 of file ChWsbEditor.php.