HTML in Form

Hello,

Is it possible to create a inputbox on a form, (readonly) to show a HTML String.
H2O
Maybe an editor, but is it possible to disable all icons?

regards,

Laurens

Hello
You can use type “template”
dhtmlx.com/docs/products/dhtmlxF … plate.html
or type “container”
dhtmlx.com/docs/products/dhtmlxF … _grid.html
to display this data

Thanx,
The container works for me.
var container=aktform.getContainer(“formule”);
container.innerHTML=formule;

regards
Laurens