myckeditor
==========
CK Editor(Wysiwig Editor for textarea) for XOOPS Cube Legacy
This module is a just sample how to implement wysiwig editor as XOOPS Cube Legacy module.

Requirement
-----------
-XOOPS Cube Legacy 2.2 or later

Main Feature
------------
- Implement CK Editor(http://ckeditor.com/) to textarea

How to Use
----------
1) Install this module as normal.
2) Change the target text area's "editor" parameter as <{xoops_dhtmltarea editor=html}>

Note: This module changes textarea input field only. This means showing this area is not changed. So if the filed is escaped when showing, this module wouldn't work at all.

