Form Container APIs


The following are the methods that render the form on the form container, but on different usage:

#

Form Event Handlers

Description

1

CBXFORMCONTAINER.getWindow("CONTAINER_ID", configObj);

When a container is mapped with only one form, this API can be used to show the form.

2CBXFORMCONTAINER.getWindowByFormId(fm, "FORM_ID", "CONTAINER_ID", modelData, configObj);When a same container is mapped with different form or same form mapped with different containers, this API can be used to show the form.
3

CBXFORMCONTAINER.getWindowByFormObj(FormManager Object, "CONTAINER_ID", configObj);

When the same container is mapped with different form and need some additional or default values or model data on the form items, this API can be used with form manager object to show the form.