cancel
Showing results for 
Search instead for 
Did you mean: 

How can i increase in CAP textArea lines in fiori UI annotations?

elinaim
Advisor
Advisor
0 Kudos
355

I Have a CAP nodeJS application on CF that need to increase Textarea lines in the fiori preview. (description field)

(let say 50 rows)

What is the best approach for it?

This is my Annotation code:

UI : { LineItem :
[
{ $Type : 'UI.DataField', Value : description, ![@UI.Importance] : #High },
{ $Type : 'UI.DataField', Value : ID, ![@UI.Importance] : #High, }, ]
}

tlange
Explorer
0 Kudos

Hi Eli

please check here https://sapui5.hana.ondemand.com/#/topic/c18ada4bc56e427a9a2df2d1898f28a5 -->

Representation as a TextArea or ExpandableText

As you didn´t mentioned your UI5 Version please take care to select the right UI5 Version in the Help as there was some changes 😉

elinaim
Advisor
Advisor
0 Kudos

Thanks tlange , but can you give an example how do i implement it in my code snippet?

Accepted Solutions (0)

Answers (0)