model.form()
Create settings forms for use in the Model Builder.
Syntax
model.form().create(<tag>,<fname>);
 
model.form(<tag>).update();
Description
model.form().create(<tag>,<fname>) creates a new form instance using the Application Builder Form Feature with the tag <fname>.
model.form(<tag>).update() updates the Settings Form instance <tag> with the current definition of the Application Builder Form Feature it references.
 To change the value of an input field in a settings form you can change the value of the source data tied to the input field and let the data binding update the value of the input field.
See Also
model.methodCall()