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 the form is then 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 displayed as an embedded page via iFrame The renderer is also included in this documentation in order to make it possible to work with the various Examples to interact with the various examples.


Keywords: