Hi, Klaus
In the code below, test_layer is not displayed.
It will be displayed if you remove the parent property of test_layer.
Code
<krpano>
<layer name="bg_layer"
type="container"
width="200"
height="200"
bgcolor="0xFF0000"
bgalpha="1.0"
/>
<layer name="test_layer"
type="html"
parent="bg_layer"
htmlautosize="true"
html="get:data[test].content"
/>
<data name="test">
<![CDATA[
<input type="text"
/>
]]>
</data>
</krpano>
Display More