cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying Multiple Sentences in Confirmation Dialog Box

Former Member
0 Kudos

Hi Experts,

Can anybody please tell me how to display three or multiple separate sentences in a Confirmation

Dialog box. I am able to diaplay two sentences in a single line but the dialog box is getting stretched a

lot. So i want to diaply them in separate sentences onr below the other.

Thanks a lot.

View Entire Topic
former_member197348
Active Contributor
0 Kudos

Hi Srini

Try to use

"\n" as the line-separator.

e.g.

String dialogText = "line1 \n line two \n line three";

Let me know if you have any issues

Regards,

Siva