This topic is locked
[SOLVED]

 Form Element - Size and Max Width

11/3/2012 5:40:03 AM
PHPRunner General questions
A
acpan author

Hi,
I noticed 6.2 generates form element's width different from earlier versions.
Eg. in one of my forms, when open in Visual Editor, 6.2 gives me
Size:255 (it was set to 20 in earlier version)

max width: 30
and the field appear very long across the screen. I tried to reduced the Size

to 20 but it was not look like 20, it is just long enough for around 5 characters.
So what is the definition of Size and Max Width? if i want to have a field width of

20, and max characters allowed is 30, what is the values i should enter for size and max length?
Thanks

acp

A
acpan author 11/5/2012

Figured that out.
Size is changed to Pixel in 6.2.
So size = 7 is around 1 character,

while Max Length is in Character.