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

Re: Icon tab bar inside row repeater

$
0
0

Thanks a lot Sai...

 

My Index.html code is as below:

 

<!DOCTYPE HTML>

<html>

  <head>

  <meta http-equiv="X-UA-Compatible" content="IE=edge">

  <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>

 

 

  <script src="resources/sap-ui-core.js"

  id="sap-ui-bootstrap"

  type="text/javascript"

  data-sap-ui-libs="sap.m"

  data-sap-ui-theme="sap_bluecrystal"

  data-sap-ui-xx-bindingSyntax="complex">

  </script>

  <!-- only load the mobile lib "sap.m" and the "sap_bluecrystal" theme -->

 

 

  <script>

  sap.ui.localResources("demo_1");

  var app = new sap.m.App({initialPage:"idMain1"});

  var page = sap.ui.view({id:"idMain1", viewName:"demo_1.Main", type:sap.ui.core.mvc.ViewType.XML});

  app.addPage(page);

  app.placeAt("content");

  </script>

 

 

  </head>

  <body class="sapUiBody" role="application">

  <div id="content"></div>

  </body>

</html>

 

 

@Dennis : I have used binding syntax as complex as well.But still its not coming.

 

 

One thing which I found out is that if I change me src from "resources/sap-ui-core.js" to what Sai has used "https://sapui5.hana.ondemand.com/resources/sap-ui-core.js", then it works.

 

Can u please let me know what difference does this make.

I mean i didn't knew that even src could make such a difference.

Also I have always used resources/sap-ui-core.js then why particularly in this case it didn't worked.

Only for row repeater it gave such a weird problem.

Can you please let me know.

 

 

Thanks,

Mansi


Viewing all articles
Browse latest Browse all 2895

Trending Articles



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