cancel
Showing results for 
Search instead for 
Did you mean: 

How to introduce vertical space between title and subtitle in UI5 Integration Card?

RB777
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Colleagues,

In my UI5 integration card, in my Details.fragment.xml,

I have a Back button and title and a subtitle which i need to introduce as below.

<Toolbar>

<Button type="Back" press="onBackButtonPressed" />

<Title text="{/details/Name}" level="H1"/>

<Title text="{/details/ID}" level="H3"/>

</Toolbar>

But i need to bring <Title text="{/details/ID}" level="H3"/> to next line so that <Title text="{/details/Name}" level="H1"/> will act as Title and <Title text="{/details/ID}" level="H3"/> will act as subttile.

Any help on how to introduce <Title text="{/details/ID}" level="H3"/> to new line as shown below?

Thanks,

Mary Jose

View Entire Topic
Joseph_BERTHE
Active Contributor
0 Kudos

Hello,

You should use the predefined class provided by UI5.

https://help.sap.com/saphelp_uiaddon10/helpdata/en/77/7168ffe8324873973151dae2356d1c/frameset.htm

Regards,

Joseph