2
hi,
Quote:
Is there any way of downloading a WSWIG editor and making it the default for all modules.
Wysiwyg editors have to be installed a part from modules. Then you can select it. You should make a search with "tinyeditors" and "xoopseditor"...
To get one editor to your forms (e.g. tinyeditor), just modify class/xoopsform/formdhtmltextarea.php. Change :
var $htmlEditor = array();
to
var $htmlEditor = array( 'XoopsFormTinyeditorTextArea', '/class/xoopseditor/tinyeditor/formtinyeditortextarea.php' );
For developpers, some e-books are available
here@+
Still learning CSS and... english