Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
<script> $(function(){ //make formgrid popup wider FormUtil.getField("items").find("#width").val("90%"); FormUtil.getField("items").find("#height").val("90%"); }); </script>
<script> $(function(){ //make listgrid popup wider FormUtil.getField("items").data("width", "90%"); FormUtil.getField("items").data("height", "90%"); }); </script>
Replace "items" with the field ID of the grid element appropriately.