Introduction
Usage
The editor is used in several files. Here is the list of the files and what they are responsible for.
File name | Purpose | Called wrapper part |
---|---|---|
include_con_content_list.php | Displays raw data of articles | editorclass.php |
template.con_content_list.html | Template included by include_con_content_list.php to render its page | con_tiny.js, tiny_mce.js |
include.con_editcontent.php | Displays the editor page of article | editorclass.php |
template.con_editcontent.html | Template included by include.con_editcontent.php to render its page | con_tiny.js, tiny_mce.js |
include.CMS_HTML.php | Editor page for content type CMS_HTML | editor.php |
include.CMS_HTMLHEAD.php | Editor page for content type CMS_HTMLHEAD | editor.php |
This means editing any CMS_HTML or CMS_HTMLHEAD type in backend will bring up the WYSIWYG editor.
Contenido specific wrapper parts
Upgrades