Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Introduction

 

Usage

The editor is used in several files. Here is the list of the files and what they are responsible for.

File namePurposeCalled wrapper part
include_con_content_list.phpDisplays raw data of articleseditorclass.php
template.con_content_list.htmlTemplate included by include_con_content_list.php to render its pagecon_tiny.js, tiny_mce.js
include.con_editcontent.phpDisplays the editor page of articleeditorclass.php
template.con_editcontent.htmlTemplate included by include.con_editcontent.php to render its pagecon_tiny.js, tiny_mce.js
include.CMS_HTML.phpEditor page for content type CMS_HTMLeditor.php
include.CMS_HTMLHEAD.phpEditor page for content type CMS_HTMLHEADeditor.php

This means editing any CMS_HTML or CMS_HTMLHEAD type in backend will bring up the WYSIWYG editor.

Contenido specific wrapper parts

 

Upgrades

 

  • No labels