File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
test/openui5/parallax/sample Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 7979
8080 < script >
8181 sap . ui . getCore ( ) . attachInit ( function ( ) {
82- // set up model
83- var oModel = new sap . ui . model . json . JSONModel ( {
84- size : 300 ,
85- text : "Hello UI5Lab!"
86- } ) ;
87- sap . ui . getCore ( ) . setModel ( oModel ) ;
88-
8982 // create xml view
9083 var oView = sap . ui . xmlview ( { viewContent : jQuery ( '#view' ) . html ( ) } ) ;
9184 oView . getContent ( ) [ 0 ] . getLayers ( ) . forEach ( function ( oLayer ) {
Original file line number Diff line number Diff line change 6565
6666 < script >
6767 sap . ui . getCore ( ) . attachInit ( function ( ) {
68- // set up model
69- var oModel = new sap . ui . model . json . JSONModel ( {
70- size : 300 ,
71- text : "Hello UI5Lab!"
72- } ) ;
73- sap . ui . getCore ( ) . setModel ( oModel ) ;
74-
7568 // create xml view
7669 var oView = sap . ui . xmlview ( { viewContent : jQuery ( '#view' ) . html ( ) } ) ;
7770 oView . getContent ( ) [ 0 ] . getLayers ( ) . forEach ( function ( oLayer ) {
You can’t perform that action at this time.
0 commit comments