3
Sorry.
I spend hours thats why. I am really sad.
I made what
Said
Version 1.14 - Admin Manual
Last updated on 3rd March 2006
Author: frankblack
I added
include_once XOOPS_ROOT_PATH . "/class/xoopseditor/inbetween/forminbetweentextarea.php";
to
XOOPS_ROOT_PATH/modules/news/include/storyform.inc.php
I changed
$sform->addElement(new XoopsFormDhtmlTextArea(_NW_THESCOOP, 'message', $message, 15, 60), true);
to
$sform->addElement(new XoopsFormInbetweenTextArea(array('caption'=> _NW_THESCOOP, 'name'=>'message', 'value'=>$message, 'width'=>'100%', 'height'=>'300px'),true));
BUT
still I have same dhtml form