Skip to Content
0
Jan 06, 2015 at 10:08 AM

To Restrict number of rows in TextEdit UI element in Web dynpro

98 Views

Hi Gaints,

We have a requirement to restrict users to enter 110 charater in one line and only 32 line(Rows) in TextEdit UI element.

I am able to restrict user to enter only 110 character in one line by below properties:

Cols = 110

Wrapping = 'Soft'.

But I am not able to find way to restrict only 32 line i.e User should not allow to create new line after 32th line.

I have set below properties:

Rows = 32

Wrapping = 'Soft'.

Even with above properties it is not restricting.

Need your valuable input so that we can resolve the issue.

Thanks In Advance..