Page 1 of 1

Subform resize snippet

Posted: Wed Aug 07, 2013 9:12 pm
by zazzium
Hi,
because form space is scarce in nubuilder, and it's better to have subforms on main tab i like to share a small snippet.
(its not for Browse in Subform)

It adds a button to subform which resizes it vertically inside form window, giving better overview of the content.
(certainly this is not necessary for all the subforms, but in some cases it's very useful)

Image
Image

Add the file subform_resize.js to a specific form or copy the function to common.js.
In Custom Code->javascript call the function with the subforms Field name.

Code: Select all

function nuLoadThis() {
  subform_resize("FMinvoice_item"); //where "FMinvoice_item" is the subform Field Name
}
(tested on nuBuilder v2.8 and v2.7 )

Hope it helps.

zazzium

Re: Subform resize snippet

Posted: Thu Aug 08, 2013 11:54 pm
by admin
zazzium,

Very Cool!

Steven