1
Only a little question after installing wiwimod.
To get the spaw wysiwyg editor working I need one element.
The readme file says:
Quote:
Installation
================
* Copy this folder into a new class/spaw folder under Xoops's root.
* check file docs/documentation.html for original spaw configuration options
Usage
=====
insert the following lines in your code to add a SPAW editor in your XOOPS form (assumed in $form variable) :
include (XOOPS_ROOT_PATH."/class/spaw/formspaw.php");
$form->addElement(new XoopsFormSpaw('yourtitle', 'yourcontrolname', 'yourcontent', "100%", "400px"));
My question: where do I insert those lines (which file ?)
Thanks