Renderer

The "Forms Renderer" is the component used to display forms. It can be used on its own, but is also integrated into BPC, IGUASU, and INUBIT.

Calling the Renderer

The renderer is accessed in a browser via its entry page. The URL parameter ` formUrl ` specifies a URL from which the renderer can load a valid ` Form Configuration `. The configuration is then loaded directly in the browser, validated, and the form is subsequently created based on the configuration.

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

Optionally, the parameter debugMode=true can be set via the URL. In this case, an additional bar is displayed. Using this page, you can, for example, edit the current Form Configuration and view the result immediately.

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

The renderer can also be embedded as a page via an iFrame. This is how the renderer is embedded in this documentation to allow interaction with the various examples at .


Keywords: