Skip to content

Webform Support

What is new - 8.0

Until version 8, the HTML tab-page of an object contained a hyperlink ID and a disabled HTML code object. In this version, both options have been merged, and the automatic code for the HTML web previewer control generated by the OCX will now be available in the HTML code control when converting a report with a hyperlink ID.

What can one do with the HTML code option? The entered value - or the result of the function button - gets inserted in an HTML SPAN element around the object value. So when the HTML code contains:

class="DR_Click" data-drtype="1" tabindex="0"

The result will be:

<span class="DR_Click" data-drtype="1" tabindex="0">BR</span>

where "BR" was the value of the object.