17
Loads quickly in Netscape and IE. Solid look.
Anchor tags would be good. The dropdown windows don’t seem to close when clicking off of them.
Would an image by module up-loader, such as images from MyAlbum, be good for the XOOPS up-loder; similar to SPAW? Maybe a separate button for “module images.”
Is this safer from HTML attack then SPAW?
I was trying to put it in MyReviews and here is the code No textbox shows up at all.
echo "hidden" name="lid" value="$lid">";
include XOOPS_ROOT_PATH . "/class/xoopsformloader.php";
include XOOPS_ROOT_PATH . modules/wysiwyg_sections/wysiwyg/formwysiwygtextarea.php";
$wysiwyg_text_area= new XoopsFormWysiwygTextArea( _MD_CONTENTC, 'review', $review , '100%', '400px','');
$wysiwyg_text_area->setUrl("http://mysite.com/XoopsTest/modules/wysiwyg_sections/wysiwyg");
$sform->addElement( $wysiwyg_text_area );
//$sform->addElement(new XoopsFormHidden('artid',$artid));
//$sform->addElement(new XoopsFormHidden('op','secartchange'));
//$button_tray = new XoopsFormElementTray( '', '' );
//$button_tray->addElement( new XoopsFormButton( '', 'submit', //_MD_SAVECHANGES, 'submit' ) );
//$sform->addElement( $button_tray );
$sform->display();
echo "
submit" name="submit1" value=""._MD_REVIEWEDITIT.""n>";
echo " submit" name="delete" value=""._MD_DELETE.""n>";
echo " button" value=""._MD_CANCEL."" onclick="javascript:history.go(-1)">n";
echo "";
Am I missing a config include for the XOOPS_ROOT_PATH?