This topic is locked

Word wrap in Edit/View

6/20/2011 1:11:53 AM
PHPRunner General questions
I
indigo author

Hi,
I have a multi-select field. Once a record is added, values appear as comma separated e.g. abc,bcd,cde...
In Edit page, if the field has many values, it stretches to the end of the screen and then wraps to another row. Any way to wrap it after "n" characters?

C
cgphp 6/20/2011

indigo,
try to use a textarea instead of a simple text field. It should be more readable!
Cheers

CGphp

I
indigo author 6/20/2011

Its a multi-select dropdown. I cant convert it to textarea. This happens only on Edit/View pages.

Sergey Kornilov admin 6/20/2011

I'm not sure how you can wrap something in multiselect dropdown box.
Probably you need to show us a screenshot.