Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
English
Place the following code in Custom HTML in the form where it contains the form grid / list grid.

Form Grid

Code Block
languagexml
linenumberstrue
<script>
    $(function(){
        //make formgrid popup wider
        FormUtil.getField("items").find("#width").val("90%");
        FormUtil.getField("items").find("#height").val("90%");
    });
</script>

...