Closed fchierad closed 6 years ago
since init() accepts field, form, IDVault, export at least field and form (maybe even IDVault) to PRD.exports. so that they can be used inside a form's script functions after init().
Decided to use PRD.web.field and PRD.web.form instead. Both are made available upon using PRD.init() with the first 2 parameters not null.
since init() accepts field, form, IDVault, export at least field and form (maybe even IDVault) to PRD.exports. so that they can be used inside a form's script functions after init().