botTinymceEditorEditorArea (line 92)
TinyMCE WYSIWYG Editor - display the editor
void
botTinymceEditorEditorArea
(string $name, string $content, string $hiddenField, string $width, string $height, int $col, int $row)
-
string
$name: The name of the editor area
-
string
$content: The content of the field
-
string
$hiddenField: The name of the form field
-
string
$width: The width of the editor area
-
string
$height: The height of the editor area
-
int
$col: The number of columns for the editor area
-
int
$row: The number of rows for the editor area
botTinymceEditorGetContents (line 78)
TinyMCE WYSIWYG Editor - copy editor contents to form field
void
botTinymceEditorGetContents
(string $editorArea, string $hiddenField)
-
string
$editorArea: The name of the editor area
-
string
$hiddenField: The name of the form field
botTinymceEditorInit (line 20)
TinyMCE WYSIWYG Editor - javascript initialisation
void
botTinymceEditorInit
()