< html />
< html />
Allows the inclusion of verbatim HTML as the contents of a form field or complete panel.
<panel type="html" id="instructionsPanel">
<html>
<div id="instructions" class="instructions" style="height:10em;">
...dynamic text will be displayed here by JavaScript...
</div>
</html>
</panel>
Enclosing Element:
This
tag is a direct child of a
<field>
or
<panel type="html">
element.