Found the answer to my question. <br><br>Here is what I did :<br><br>SDVA($InputTags[&#39;e_textarea&#39;], array(<br>  &#39;:html&#39; =&gt; &quot;&lt;textarea \$InputFormArgs <br>    onkeydown=&#39;if (event.keyCode==27) event.returnValue=false;&#39; <br>
    &gt;\$EditTextHtml&lt;/textarea&gt;&quot;,<br>  &#39;name&#39; =&gt; &#39;text&#39;, &#39;id&#39; =&gt; &#39;text&#39;, &#39;accesskey&#39; =&gt; XL(&#39;ak_textedit&#39;),<br>  &#39;rows&#39; =&gt; XL(&#39;e_rows&#39;), &#39;cols&#39; =&gt; XL(&#39;e_cols&#39;)<br>
));<br><br>Above I changed the var $EditText for $EditTextHtml , and after that I <br>just opened the file to be edited and created a new <br><br> $FmtV[&#39;$EditTextHtml&#39;] = <br>    str_replace(&#39;$&#39;,&#39;&amp;#036;&#39;,htmlspecialchars(@$new[&#39;text&#39;],ENT_NOQUOTES));<br>
  $FmtV[&#39;$EditTextHtml&#39;] = <br>    MarkupToHTML($pagename, $FmtV[&#39;$EditTextHtml&#39;]);<br><br>and voilą! :)<br><br><div class="gmail_quote">On Wed, Mar 17, 2010 at 4:04 PM, Carlos AB <span dir="ltr">&lt;<a href="mailto:cabsec.pmwiki@gmail.com">cabsec.pmwiki@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">How can I do it?<br>
<br>
I saw the variable  $FmtV[&#39;$EditText&#39;]  and $EditText in $PageEditFmt<br>
but I don&#39;t really know how to do it.<br>
<br>
What I want is to put converted pmwiki markup to html , inside the<br>
textarea on action=edit for a tinymce NEW recipe. (I know there are<br>
others)<br>
<br>
I was using ROE and ROS patterns, but if I can deliver html markup to<br>
the textarea and have tinymce doing manipulations from there, I&#39;ll<br>
just have to worry with ROS patterns.<br>
<br>
(To say the truth ROE and ROS togheter got the best of me)<br>
<br>
I hope somebody could help me,<br>
<br>
CarlosAB<br>
</blockquote></div><br>