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

Re: Pass attribute between Javascript views during navigation

$
0
0

Hi Subhabrata,

 

Try this:

 

app.to("idMySecondViewId",oPassjson);  // trigger navigation and hand over a data object

 

//In the second view

page2.addEventDelegate({

  onBeforeShow: function(evt) {

  var receivedProductId= evt.data.productId;

var receivedProductName= evt.data.productName;

   //your code

  }

});

 

 

Regards,

Naren L Naik


Viewing all articles
Browse latest Browse all 3177

Trending Articles



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