cancel
Showing results for 
Search instead for 
Did you mean: 

textarea or input field with arrows in a table

Former Member
0 Kudos

Hello,

in a table i have a input field width a max width. when i type a long text in this field you can only the first words of the text.

is it possible when i type a long text in this field that the user can see that are more words as the first words. maybe the input field have than an arrow, so that you can navigate from left to right in this input field. i think this feature have a textarea but you can't have a textarea in a table, is it so?!

an alternative is that i create a tooltip for this input field. so when the user goes over the field he see the whole text in a tooltip.

but this solution is only my third alternative.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi markus

There is no other option. If it is display only then you can use a textview and set the width of the column so that a automatic wrapping of text willt ake place and you can see the entire text. But apart from that nothing else is possible since we have a basic textedit feature missing :(.

Tooltip is the best way for your solution.

regards

Ravi

Answers (2)

Answers (2)

Former Member
0 Kudos

okay, thanks guys. then i create a tooltip for the input field or maybe a drop down box. i must discuss that.

thanks a lot.

markus

Former Member
0 Kudos

Hi Markus,

U have an alternative option of displaying ur text in a drop down box where u can find the whole text if u click on the drop down box.

Hope this helps u,

Regards,

Nagarajan.