Version 2020/10
By default, input fields expand to 100% of the available width. Using the new size function we adjust the width for example for (short) numbers.
Please note that this function applies to <input />
fields, only, not to complex fields or combinations of controls.
Standard
Code
// file: hooks/TABLENAME-dv.js var dv = AppGiniHelper.DV; dv.getField("postalcode").size(80);
Modified
Parameters
Size in Pixels
Argument is a number.
dv.getField("fieldname").size(80);
Size in % (percent)
Argument is a string.
dv.getField("fieldname").size("25%");
Do you like it?
We can only get better if you give us constructive suggestions for improvement. Just voting "No" without giving reasons or suggestions is not helpful and cannot lead to changes.
If you have been searching for a completely different solution than the subject says, this article can not be and will not be helpful for you. In these cases you should consider not to vote.
This is website feedback, only. This voting is not a support form nor ticket system.