cancel
Showing results for 
Search instead for 
Did you mean: 

Textedit in popup

Former Member
0 Kudos

Hi,

I have a requirement on one view, user wants to enter the comments. So we want to implement it using textedit in popup as we dont have enough space on the screen for textedit.

I have 2 questions.

1- Is it the right way by implementing textedit in popup, or we can do something else also?

2- How much lenght i have to set for the data type(or which data type should I use) which i will bind to textedit UI element. Because user can write as much as he wants.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

alejandro_bindi
Active Contributor
0 Kudos

I don't know alternatives (regarding your first question), but for your second one, you bind it to a STRING attribute so it has unlimited lenght.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

I didn't see any problem in implementing the textedit in a popup.

Ranganathan.