[development] Using specific input format for textarea

Pooya pooya.source at gmail.com
Sat Nov 19 01:08:08 UTC 2011


Anyone know how to use a specific input format for a textarea in form api?
There's no property for this option.

// This is my form element:
$form['easyco_custom']['easyco_custom_query'] = array(
'#type' => 'textarea',
'#title' => t(My Query'),
'#size' => 1000,
'#maxlength' => 1000,
'#prefix' => '',
'#suffix' => '',
);

I've created a new input_format using admin/settings/filters and I need to
use it here. It's a SQL syntax highlighter(it's not about executing this
sql, so no injection)

Thanks in advanced
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20111119/7920496d/attachment.html 


More information about the development mailing list