Hi, I have search into drupal.org and google.com but without response.
I need to insert <code> </code> into my textarea where is present a tinyMCE.
How can I do it ?
Tnx.
What I do is just pick PHP type for that post and it works fine - then when you load it again it won't load the tinymce.
-- Allen
Davide Michel 'ZioBudda' Morelli wrote:
Hi, I have search into drupal.org and google.com but without response.
I need to insert <code> </code> into my textarea where is present a tinyMCE.
How can I do it ?
Tnx.
Allen Stern ha scritto:
What I do is just pick PHP type for that post and it works fine - then when you load it again it won't load the tinymce.
Tnx, but I can't do it. My textarea is for all users. For the moment I have resolved with a module that translate <code> in </code> in _nodeapi().
M.