1
hi,
I'm in a new module development early phase. When I try to insert the koivi wysiwyg
features in a form, I put the following code at the beginning:
include "../../../include/cp_header.php";
include XOOPS_ROOT_PATH."/class/xoopsformloader.php";
include XOOPS_ROOT_PATH."/class/wysiwyg/formwysiwygtextarea.php";
and
$form->addElement(new XoopsFormWysiwygTextArea(_AM_PROMOFORM_CONTENT, "promoform_content", "", "100%", "400px", ""), true);
in my form.
Everything is working fine except the table insertion! js errors on the page in dialogs.php (createTable? is not a function on line 54)
...dialogs.php?id=promoform_content&dialog=table&url=/class/wysiwyg
can you help me?
PS this feature is working
in my newbb2 test installation.