Code

Code widget displays a custom component of your code written either in HTML or JSP. The Widget Framework does not interact with your custom code in any way: it simply places it on the rendered page, optionally wrapping it in an HTML div element.

This widget has two views-

  • HTML - This view usually used to place HTML code. Your HTML will be rendred by the widget.

  • JSP - This view takes path of the JSP file and usually used if you have JSP code. The path must be valid and code in the jsp page must be compilable and runnable.

This widget has 2 views. For details, see the description of the View field in The General Tab.