PDA

View Full Version : AdminCP - how do i replace print_textarea_row with a wysiwyg?


Antivirus
04-06-2006, 10:38 PM
I am including the following within a script that runs on an AdminCP page...

print_textarea_row($vbphrase['fielddescription'], 'description', $item['description']);


what I am having a problem with is converting it to a wysiwyg editor. I am pretty sure I need to require functions_wysiwyg.php and functions_editor.php, however I can't figure out how to call the wysiwyg instead of the regular textarea.

Can someone help? Pleeease?