Back to Index

Overview


Web Form Component API

This documentation describes the functions and variables available to JavaScript code within a form.

It is strongly discouraged to access the elements of the form in any other way than by using the provided API, e.g. by accessing the DOM of the generated HTML directly. This is because the structure of the HTML may change in the future if necessary to improve the Web Form Component and implement new features. I.e. existing forms that access the HTML directly may potentially break after an update of the Web Form Component to a newer version.

Index

Functions


FormContext


FormContext.Agent


FormContext.Form


FormContext.Instance


FormContext.Node


Documentation generated by JsDoc Toolkit 2.3.0 on Thu Mar 11 2021 10:58:35 GMT+0100 (MEZ)