How to Set Html Code in view

Hi,

I have one view like below code. Onchange of some fields I need to set Html code in below view Id(TestCondition). Can you please help me How to set the value

var test= {

header :“Test”,
id : “TestCondition”,
body : AttachmentData,
height : 1000
}

Hi,

You can use template view:

And it is possible to change the template data dynamically:

http://webix.com/snippet/c5d9fb59

Thanks Maria.