Contains information about form handlers associated with view mapping.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

The unique ID for a form handler.

name

VARCHAR(64)

not null

The name of the form handler.

description

VARCHAR(2048)

null

A description of the form handler.

component_path

VARCHAR(1024)

null

The nucleus path to the form handler component.

 
loading table of contents...