How to include custom HTML in your application

thumbs_up_ico4thumbs_down_ico0

The goal of this HowTo is to explain how to include any kind of HTML in your applications using Service Studio. For exemplifying this, we will create an iFrame.

1. How to include custom HTML in a Web Screen

To include custom HTML in a Web Screen, use an Expression with the Escape Content property set to No.

  1. Drag an Expression widget to your Web Screen.
  2. Set the Escape Content property of the Expression widget to No. This will make the contents of the expression to be rendered directly to the web page, without any escaping.
  3. Write your custom HTML in the Expression property.
  4. 1-Click Publish the eSpace and there it is your custom HTML!