| English |
|---|
| Place the following code in Custom HTML in the form where it contains the form grid / list grid. |
Form Grid
| Code Block | ||||
|---|---|---|---|---|
| ||||
<script>
$(function(){
//make formgrid popup wider
FormUtil.getField("items").find("#width").val("90%");
FormUtil.getField("items").find("#height").val("90%");
});
</script> |
...