Renderer

The "Forms Renderer" is the component for displaying forms. It can be used individually, but is also integrated in the BPC, IGUASU and INUBIT.

Calling the renderer

The renderer is called in a browser via its start page. The URL parameter formUrl is used to specify a URL via which the renderer can load a valid Form configuration. The configuration is then loaded directly in the browser, validated and then the form is created based on the configuration.

Example URL with formUrl Parameter
http://SERVER/index.html?formUrl=resources/test/testFormConfig.json

The parameter debugMode=true can optionally be set via the URL. In this case, an additional bar is displayed. This page can be used, for example, to edit the current Form configuration and view the result directly.

Example URL with debugMode activated
http://SERVER/index.html?formUrl=resources/test/testFormConfig.json&debugMode=true

The renderer can also be integrated as an embedded page via iFrame. The renderer is also integrated in this documentation to enable interaction with the various examples.


Keywords: