cancel
Showing results for 
Search instead for 
Did you mean: 

Text Edit length

former_member322327
Participant
0 Kudos

Hi everyone.

Someone knows, how can I set the length (number of characters)of a TextEdit ui element?

Regards

Eduardo Campos.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Eduardo,

We can't restrict the number of characters a UI element can take. Rows and columns properties are to specify the visible no of rows and columns.

If u want a restriction in the number of characters you have to create a simple type and set it to a context attribute and then map it to the text view.

regards

Bharathwaj

Former Member
0 Kudos

Check the col and row properties