...
This example app will
Step 1
Create 4 forms and generate a CRUD for each of it after creation and configuration.
Item Form - 2 text fields
Label | ID |
---|---|
Item ID | itemID |
Item Name | itemName |
Figure 1: Item Form Layout
Dummy Data - 2 text fields
Label | ID |
---|---|
Item ID | itemID |
Dummy Name | dummyName |
Dummy Data
Parent form
Figure 2: Dummy Data Form Layout
Parent form - 1 select box & 1 form grid
Figure 3: Parent Form Layout
Select box settings
Figure 4: Parent Form Select Box Settings - 1
Figure 5: Parent Form Select Box Settings - 2
Form Grid Settings
Figure 6: Parent Form Form Grid Settings - 1
Figure 7: Parent Form Form Grid Settings - 2
Child Form - 1 hidden field & 1 text field & 1 select box
Figure 8: Child Form Layout
Hidden Field Setting
Figure 9: Hidden Field Setting
Text Field Setting
Figure 10: Text Field Setting
Select Box Setting
Figure 11: Select Box Setting - 1
Figure 12: Select Box Setting - 2
Figure 13: Select Box Setting - 3
Step 2
Populate
Step 3
Result
Figure Child Form
Properties
Figure : Properties
Name | Description | ||
---|---|---|---|
Parameter | Map values as the URL parameters. | ||
Field Id | Field ID of the form element in the current form. | ||
Default Value | Default Value when there's no existing value found/selected. A hash variable is accepted here. For example, you may key the following
|
Sample App
View file | ||||
---|---|---|---|---|
|
...