cancel
Showing results for 
Search instead for 
Did you mean: 

UI Element for Large Text

Former Member
0 Kudos

Hi All,

I my requirement i need to use one input element to give large text (message like welcome to ....)to the user but textview is not taking the long text.I dont want to use textedit ui element.Can anybody suggest me exact ui element for this purpose.

Thanks in Advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can do this by maintaining an OTR for the text property. For maintaining the OTR click Goto->Online Text repository. Create an OTR. Now in the text property of the UI mention $OTR:<package>/<OTR_name>.

Thanks

Nidhi

former_member226203
Active Contributor
0 Kudos

chk this:

/people/sathyanarayanan.ganesan2/blog/2007/05/08/how-to-display-long-text-of-info-in-webdynpro-view

arjun_thakur
Active Contributor
0 Kudos

Hi srilalitha,

Create an attribute of string type and bind it with the text property of the text view and set the value of the attibute with the message you want to display on the view with the help of code wizard.

I hope it helps.

Regards

Arjun

Edited by: Arjun on Feb 4, 2009 4:13 PM