Salve dovrei aggiungere l'Editor TinyMCE WYSIWYG in un campo testo, come posso fare?
<?php dmHTML::adminHeading( _DML_EMAIL_GROUP, 'sendemail' )?>
<table cellpadding="5" cellspacing="1" border="0" width="100%" class="adminform">
<tr>
<td width="150"><?php echo _DML_GROUP;?>:</td>
<td width="85%"><?php echo $group[0]->groups_name;?></td>
</tr>
<tr>
<td width="150"><?php echo _DML_SUBJECT;?>:</td>
<td width="85%"><input name="mm_subject" type="text" class="inputbox" value="" size="100"></td>
</tr>
</tr>
<td width="150"><?php echo _DML_EMAIL_LEADIN;?>:</td>
<td width="85%"><textarea cols="50" rows="5" name="mm_leadin" wrap="virtual"
class="inputbox"><?php echo $list['leadin'];?></textarea></td>
<tr>
<tr>
<td width="150" valign="top"><?php echo _DML_MESSAGE;?>:</td>
<td width="85%"><textarea cols="50" rows="15" name="mm_message" wrap="virtual" class="inputbox"></textarea></td>
</tr>
</table>
<!--<input type="submit" name="submit" value="<?php echo _DML_SEND_EMAIL;?>">-->
<input type="hidden" name="option" value="com_docman" />
<input type="hidden" name="section" value="groups" />
<input type="hidden" name="task" value="" />
<input type="hidden" name="gid" value="<?php echo $group[0]->groups_id;?>" />
<?php echo DOCMAN_token::render();?>
</form>