|
|
|||
|
|
|
| FieldSize is an option for InputField, PopupMenu, and related functions that specifies the size of the field allowed for input or contents. |
| Tiny, Small, Medium, Large | predefined sizes | |
| w | fixed width w and at least one line high | |
| {w,h} | fixed width w and fixed height h | |
| {{wmin,wmax},...} | width between | |
| {...,{hmin,hmax}} | height between |