How to enable textarea tags in HTMLPurifier?
I tried with:
$config->set('HTML.Allowed', 'textarea');
But it doesnt work. How to solve this problem?
|
How to enable I tried with:
But it doesnt work. How to solve this problem? |
||||
|
textarea is not supported unless you load the Forms module. This module gets loaded if you turn on %HTML.Trusted, but this directive also turns on JavaScript and should only be used for trusted users. |
|||
|
|
$config->set()at the right place? – shkschneider Jul 29 '12 at 18:48