PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
wysiwygEditor Class Reference
Inheritance diagram for wysiwygEditor:
PHPDS_dependant

Public Member Functions

 wysiwyg_load ($wysiwyg_load_config=false)
 wysiwygLoad ($wysiwyg_load_config=false)

Detailed Description

This is the wysiwyg editor class, PHPDevShell uses TinyMCE as we found it well tested, if you choose to use your own wysiwyg editor, simply replace this class file with your own class and settings to your wysiwyg editor. You may visit the TinyMCE website to find usage of how you could add more functionality to TinyMCE.

TinyMCE


Member Function Documentation

wysiwyg_load ( wysiwyg_load_config = false)

This method automaticly converts textareas to a TinyMCE wysiwyg editor, you may check the confic.x.wysiwyg.php for customizing the editor.

Deprecated:
Parameters:
string$wysiwyg_load_configThis will load the config file of your choice for the active WYSIWYG.
wysiwygLoad ( wysiwyg_load_config = false)

This method automaticly converts textareas to a TinyMCE wysiwyg editor, you may check the confic.x.wysiwyg.php for customizing the editor.

Parameters:
string$wysiwyg_load_configThis will load the config file of your choice for the active WYSIWYG.

The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Enumerations