Canvas provides the fully configurable Form Framework that simplifies the entire form creation flow using the metadata of simple configurations and JavaScript classes. The Form Framework consists of Form Manager Object, Layouts, Modes, and Form Items. This Form Framework facilitates the form window container that allows the content to be displayed without using the browser's pop-up window.
The key features of the form framework are:
...
Anchor | ||||
---|---|---|---|---|
|
# | Components | Description |
---|---|---|
1 | Form Layout | Form Layout is a visual tool, which arranges and aligns the items within the form. |
2 | Form Mode | The Form mode decides how the form should render on the screen. |
3 | Form Items (including containers & more) | The Form Items are collection of form controls for handling user inputs and application results. |
...