Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9236

Tile container not Showing

$
0
0

Hi Experts,

 

I am trying to use the sap.m.TileContainer but it is not showing in the output. I have coded in my view.js

 

 

var container = new sap.m.TileContainer({

  

  tiles: [

       

 

        new sap.m.StandardTile({

 

           icon : "admin.ico",

    

         

           title : "Admin User",

     

           infoState : "Error",

       

           press : function() {

           app = sap.ui.getCore().byId("myApp"); 

               app.to("idadfirst1"); 

          },

         }),

        

     new sap.m.StandardTile({

 

           icon : "help.ico",

    

         

           title : "Be The EYES!!!!!",

     

           infoState : "Error",

       

         press : function() {

        

        },

         }),

        

        

        

        ]

        

 

  });

 

 

return new sap.m.Page({

  title: "I See",

  content: [container]

  });

 

 

Thanks

 

Himadri


Viewing all articles
Browse latest Browse all 9236

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>