cancel
Showing results for 
Search instead for 
Did you mean: 

Change positions of icon,type,number,numberUnit,title,info,infoState in Standard Tile

Former Member
0 Kudos

Hi,

As per my understanding sap.m.StandardTile displays the data related to icon,type,number,numberUnit,title,info,infoState in fixed portions of Tile. I want to move the positions in different way.

Is there any way to achieve this functionality? If it is not possible , is there any specific type of Tile which allows changing of positions of data in Tile as per our wish.

Regards,

Koti Reddy

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Koti

You can achieve this through CSS.

Please check the example here : JS Bin - Collaborative JavaScript Debugging

Regards

Shubhang Tiwari

Former Member
0 Kudos

Hi Shubang,

Your recommendation is really good.With CSS, I am able to change positions but as part of changing positions , if I set Icon Size using property font-size , it is not working.

Please share recommendations to set this property to change icon size .

Regards,

Koti Reddy

0 Kudos

Hi Koti

The Icon is rendered in a span tag inside the div container.

Please check this link     :     JS Bin - Collaborative JavaScript Debugging

I have made the modification.

Hope this helps you.

Regards

Shubhang

Answers (1)

Answers (1)

Qualiture
Active Contributor
0 Kudos

You should implement sap.m.CustomTile and have it any content you want