How to put fileDescriptor(Image) into HTMLBoxLayout or BrowserFrame

Hi,
How to put Image in a fileDescriptor into HTMLBoxLayout or BrowserFrame…

Hi,

You can use the Image component within htmlBox, e.g.:

<htmlBox width="300px" height="300px">
    <templateContents>
        <![CDATA[
        <div location="image"></div>
        ]]>
    </templateContents>
    <image id="image" dataContainer="testDc" property="image"/>
</htmlBox>

Gleb