Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
English |
---|
By using the code below, we would be able to use the parent form field value in grid form as a grouping/dependency for a dropdown selectbox. |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<script> $(function(){ region = window.top.$("input[name='region']:checked").val(); FormUtil.getField("region").val(region); }); </script> |
...