cancel
Showing results for 
Search instead for 
Did you mean: 

Generic Tile with multiple icons and content

SandipAgarwalla
Active Contributor
0 Kudos

How do we build a Tile with multiple icons like this?

The tile needs to have icons and text content.

Thanks

Sandip

Accepted Solutions (1)

Accepted Solutions (1)

SergioG_TX
Active Contributor
0 Kudos

Sandip,

you will need to add custom HTML into the content part of the icon. You will need to look into the DOM and get the id of the rendered control then add the html via jquery.

this seems to be a very customized icon instead of the default properties of the standard icon

hope this makes sense

SandipAgarwalla
Active Contributor
0 Kudos

Thanks Sergio

That helps. Instead of the customized icon, I can use a sapui5 icon, that is fine.

How do I put multiple contents inside the tile?

Thanks

Sandip

SergioG_TX
Active Contributor
0 Kudos

yes you can do a custom tile

https://sapui5.netweaver.ondemand.com/sdk/explored.html#/entity/sap.m.CustomTile/aggregations

and the content is basically the ui5 controls you need inside of it

Answers (0)