hi,
is it possible to configure the width of a custom field on a screen mask?
wolfgang reis
Community moderators have prevented the ability to post new answers.
Not in the UI. You can edit the .vm files that generate the field areas to increase their width, but they are by *type*, so a change for one type affects all of them (e.g. you edit select-view.vm to increase the width of a select lists, all the custom fields that are select lists will be wider). You can start adding code with #if statements, but that gets messy, so I'd avoid it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.