MyCKEditor Module

Summary

This module is an implementation sample of WYSIWYG editor as XOOPS Cube Legacy module.

WYSIWYG implies a user interface that allows the user to view something very similar to the end result while the document is being created.

Manage your web content easily with the new CKEditor for textarea of XOOPS Cube Legacy.

What is CKEditor?

CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.

CKEditor vs. Word

CKEditor is not a desktop application like Microsoft Word or OpenOffice. It's a component to be used by developers to enhance their applications. It's an editor to be used inside web pages.

How to Use

Requirement

XOOPS Cube Legacy 2.2 or later.

Main Features

Implement CKEditor to textarea.

The CKEditor toolbar can be fully customized.
Demo

Installation
  1. Clone/Duplicate your Templates to create a new Set.
  2. Edit any installed module's templates with a textarea and add a new parameter editor=html

<{xoops_dhtmltarea editor=html}>

Note : remember to activate your new template set.
The MyCKEditor module won't make any data conversion.
Any textarea with previous data will be automatically escaped.

License

CKEditor is distributed under the GPL, LGPL and MPL open source licenses.
This triple copyleft licensing model avoids incompatibility with other open source licenses.
These Open Source licenses are specially indicated for:

CKEditor License