15
hi'
JS Popup / Message "Please Enter The scoope" still appears (Xoops 2.4.5, News 1.66).
A true solution seems to be very difficult to find. For my particular use, I have replaced :
le="color: #000000"><?php $editor = news_getWysiwygForm(_NW_THESCOOP, 'hometext', $hometext, 15, 60, 'hometext_hidden'); $sform->addElement($editor, true);
... by :
le="color: #000000"><?php $editor = news_getWysiwygForm(_NW_THESCOOP, 'hometext', $hometext, 15, 60, 'hometext_hidden'); $sform->addElement($editor, false);
The scoop is no more required, so no more JS popup...
---
Does someone know :
• a better solution ?
• if xNews module resolves this trouble with wysiwyg editors ?
Thanks
Still learning CSS and... english