-1

//create page 4 content of Iviews

                    var page4 = new sap.m.Page("page4",{
                    title : "Iviews",
                    content : new sap.m.Text({
                    text : "An iView (integrated view) is a logical portal content building block representing a visual application or part thereof.iViews let you extend the reach of your portal to any available information resource, regardless of where it may be stored. The underlying architecture of iViews enables them to return up-to-the-minute information each time they are launched, from data sources as varied as:",

i want to start a new line in the text how to do it?

razemauze
  • 2,666
  • 1
  • 16
  • 28
Aditi Garg
  • 15
  • 1
  • 4
  • Does this answer your question? [How to add a line break to text in UI5?](https://stackoverflow.com/questions/47148073/how-to-add-a-line-break-to-text-in-ui5) – Boghyon Hoffmann Feb 05 '21 at 15:38

1 Answers1

1

I think it was /n or \n in your text string... Try one of those and let me know afterwards

Rafael López Martínez
  • 2,225
  • 2
  • 15
  • 23