i want to display multiline text in a pop up window when the user clicks vies button.
when the user clicks view button it show the :
EMP DEtails |
name: xyz |
roll no: XYZ |
along with ok button.
i tried to just display the values in popup window.
message.show("name: " + nam.text);
its working. but i want to know how to display multitext as shwn in the above table