cancel
Showing results for 
Search instead for 
Did you mean: 

how to increase teh height of a input field....

Former Member
0 Kudos

Hi friends,

I want to increase teh height of a input field in my Layout.

I mean, the height should be for example equal to 3 input fields..

I guess im clear with my question...I tried giving the height in properties, but its not increasing..

thanks

Niraja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Niraja,

Check the attribute lengh or type by which You have binded ur textedit.

I guess the attribute by which you have binde ur text edit ui that can not take more than 10 characters.

Like if u have binded text edit with int4 then it will not take more than 10 characters.

Hope it helps,

Regards,

Rohit

Answers (3)

Answers (3)

pranav_nagpal2
Contributor
0 Kudos

hi,

it is not possible to increase the size of input field but you can use text edit ui element.

regards

pranav

Former Member
0 Kudos

but the problem if i use textedit is.

i have a input field for status.. its length is 10 char..

below that i careted textedit with 20 col 5 rows, when i try to enter a value its just taking 10 char only.. not more than that...

that is the problem..

both input and textedit is in Tranp container.

can someone tell me.. how to use then

Niraja

pranav_nagpal2
Contributor
0 Kudos

hi

it might be some other problem as i m able to enter more thn 10 characters in text edit even when i fixed the length of my input field to 10.

my text edit is just below my input field in matrix layout......

regards

pranav

Former Member
0 Kudos

Niraja,

can't you use TextEdit element and set the rows property

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hi Niraja,

it's not possible to increase the height of the standard input field...

Where did you see the property height?

There is no property height for an input field. Maybe your input field inherits the property height from the layout matrix layout. This property won't increase the height of your input field. It increases the height of the table cell which is around the input field.

Regards