COMPONENTTYPE attribute

The COMPONENTTYPE attribute defines a name identifying the external widget for WEBCOMPONENT fields.

Syntax

COMPONENTTYPE = "name"
  1. name defines the type of the widget to be used.

Usage

The COMPONENTTYPE attribute is used to define the type of a WEBCOMPONENT form item.

The value of this attribute will be mapped to a specific widget definition on the front-end side.

See front-end specific documentation related to web components.

WEBCOMPONENT f001 = FORMONLY.mycal, COMPONENTTYPE="Calendar";