| | |
| | | unset($attrib['form']); |
| | | |
| | | if (empty($attrib['id'])) |
| | | $attrib['id'] = 'rcmComposeMessage'; |
| | | $attrib['id'] = 'rcmComposeBody'; |
| | | |
| | | $attrib['name'] = '_message'; |
| | | |
| | |
| | | $textarea = new html_textarea($attrib); |
| | | $out .= $textarea->show($body); |
| | | $out .= $form_end ? "\n$form_end" : ''; |
| | | |
| | | $OUTPUT->set_env('composebody', $attrib['id']); |
| | | |
| | | // include HTML editor |
| | | rcube_html_editor(); |
| | |
| | | $useHtml = ($useHtml && $MESSAGE->has_html_part()); |
| | | |
| | | if (empty($attrib['editorid'])) |
| | | $attrib['editorid'] = 'rcmComposeMessage'; |
| | | $attrib['editorid'] = 'rcmComposeBody'; |
| | | |
| | | if (empty($attrib['name'])) |
| | | $attrib['name'] = 'editorSelect'; |