![]() |
PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
|
Public Member Functions | |
| wysiwyg_load ($wysiwyg_load_config=false) | |
| wysiwygLoad ($wysiwyg_load_config=false) | |
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.
| 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.
| string | $wysiwyg_load_config | This 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.
| string | $wysiwyg_load_config | This will load the config file of your choice for the active WYSIWYG. |