Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Code Block | ||
---|---|---|
| ||
var value = FormUtil.getValue("field1");
// you could also use it to get value from a subform// FormUtil.getValue("subformElementId_subformTargetFormId_subformFieldID")// using Expenses Claim App as an example, and you are in the ExpensesClaim form and wish to get the title value from the subform// parent form ID = ExpensesClaim
// subform ID in parent form = sfD
// child form ID = ExpensesClaimNew
// the field ID = titlevar value = FormUtil.getValue("fD_ExpensesClaimNew_Subform_title"); |
Description
...