cancel
Showing results for 
Search instead for 
Did you mean: 

CustomTile in SAPUI5

Former Member
0 Kudos

Hi Guys,

I want to create CustomTile in xml view. I have tried with <CustomTile> control, but it's now working proper.

What is code for custom tile in xml view?

is there any sample code available on internet?

Regards,

Dhiraj.

Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor
0 Kudos

Hi Dhiraj,

What did you try so far and what is the issue that your are facing?

Regards,

Sai Vellanki.

Former Member
0 Kudos

hi,

i have use this code.

<Panel>

     <CustomTile>

        <content>

         <Image src="images/tile-first-icon.png" class="" />

         <Text text="36" class="" />

         <Text text="No. of Open Escalations" class="" />

         </content>

     </CustomTile>

  </Panel>

But it shows only No. of Open Escalations text.


Regards,

Dhiraj

saivellanki
Active Contributor
0 Kudos

Dhiraj,

You will have to wrap all the controls in a layout. For example something like VBox.

Will this sample help? JS Bin - Collaborative JavaScript Debugging

Regards,

Sai Vellanki.

Former Member
0 Kudos

thanks bro..

Answers (0)