<div dir="ltr"><div>Anyone know how to use a specific input format for a textarea in form api? There&#39;s no property for this option.<br></div><div><br></div><div>// This is my form element:</div><div>  $form[&#39;easyco_custom&#39;][&#39;easyco_custom_query&#39;] = array(<br>
      &#39;#type&#39; =&gt; &#39;textarea&#39;,<br>&#39;#title&#39; =&gt; t(My Query&#39;),<br>      &#39;#size&#39; =&gt; 1000,<br>&#39;#maxlength&#39; =&gt; 1000,</div><div>&#39;#prefix&#39; =&gt; &#39;&#39;, <br>      &#39;#suffix&#39; =&gt; &#39;&#39;, <br>
  );</div><div><br></div><div>I&#39;ve created a new input_format using admin/settings/filters and I need to use it here. It&#39;s a SQL syntax highlighter(it&#39;s not about executing this sql, so no injection)</div><div>
<br></div><div>Thanks in advanced</div><div><br></div><div><br></div></div>