textarea with html tags in lightbox

Hello,

I’m using scheduler.form_blocks.textarea.set_value = function (node, value, ev) { to set value for a textarea in the lightbox.

Is possible to set it as html? I would like to use classes, styles or <br> .

Thanks

Textarea control is a normal html textarea, so it can show only text. If you are using html code as value, it will be show with all tags visible ( as code, not as result html )