how to convert a set of TEXTAREAs to HTMLAREAs

Re: how to convert a set of TEXTAREAs to HTMLAREAs

by Janne Mikkonen -
Number of replies: 0
How did you make the call for use_html_editor() -function? This function must be called as low (page bottom) as you can like:

if ($usehtmleditor) {
    use_html_editor();
}
// Print page footer
print_footer($course);


And in your case you musn't use name argument with use_html_editor call.