Usage

The following sections describe in detail the programming steps to create an application using a WEBCOMPONENT form item type:

  1. Implement the Web Component interface script on the front-end side. This step has to be done once, and then the script has to be deployed on production sites.
  2. Define a WEBCOMPONENT field in the form file.
  3. Use the Web Component in the dialog of the program.

Keep in mind that the interface script has to be deployed on the front-ends of your production sites. For deployment tips, refer to front-end specific documentation.