I am including the following within a script that runs on an AdminCP page...
PHP Code:
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?