Back to top

Autore Topic: Aggiungere editor al form  (Letto 2207 volte)

Offline JoomLena

  • Esploratore
  • **
  • Post: 98
  • Sesso: Maschio
    • Mostra profilo
Aggiungere editor al form
« il: 15 Feb 2011, 12:17:38 »
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>


Offline JoomLena

  • Esploratore
  • **
  • Post: 98
  • Sesso: Maschio
    • Mostra profilo
Re:Aggiungere editor al form
« Risposta #1 il: 17 Feb 2011, 13:05:25 »
nessuno sa come posso fare ?  :o :o

 



Web Design Bolzano Kreatif