Adjust field textSize from other field
Dear Javascript experts,
I'm trying to do this but it is very wrong.
If 1 field gets lower in textSize the other field has to adjust the same textSize automatically.
var pricefield = this.getField("01_pricefield.pricefield").textSize;
var pricefieldxtr = this.getField("01_pricefield.extra.pricefield").textSize;
if (pricefield < pricefieldxtr) {
pricefieldxtr = pricefield;
} else {
}
Already thanks for the help!
Greetings
