Quantcast
Channel: SCN: Message List - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all articles
Browse latest Browse all 4841

Re: i5Grid is not rendering

$
0
0

SAPUI5 Runtime 1.20.3

 

Here is my code - only - the i5 Chart is displaying - the i5 Grid is showing blank.

 

<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE>Your Title Here</TITLE>
<META http-equiv="X-UA-Compatible" content="IE=edge">
<META http-equiv='cache-control' content='no-cache'>
<META http-equiv='expires' content='0'>
<META http-equiv='pragma' content='no-cache'>
<SCRIPT type="text/javascript" src="/XMII/JavaScript/bootstrap.js" data-libs="i5Chart,i5Grid"> </SCRIPT>
  <SCRIPT>
  var i5Chart1 = new com.sap.xmii.chart.hchart.i5Chart("Projects Status/Chart/Projects Status", "Projects Status/WebServices/Projects_Status");
  i5Chart1.setChartWidth("640px");
  i5Chart1.setChartHeight("250px");
  i5Chart1.draw("1");

</SCRIPT>

<SCRIPT>
  var Grid = new com.sap.xmii.grid.init.i5Grid("Projects Status/Chart/Projects_Status_i5Grid", "Projects Status/WebServices/Projects_Status");
  Grid.setGridWidth("640px");
  Grid.setGridHeight("400px");
  Grid.draw("div1");
</SCRIPT>


</HEAD>
<BODY>

<DIV id="1"></DIV>
<DIV id="div1"/>

</BODY>
</HTML>


Viewing all articles
Browse latest Browse all 4841

Trending Articles



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