Dear All,
I have panel named "productInfoPanel", how to call it using javascript code?
please help
many thanks in advance
Win
Dear All,
I have panel named "productInfoPanel", how to call it using javascript code?
please help
many thanks in advance
Win
If you mean a page ...( not sure if that's the intent) ... The JavaScript is:
Appery.navigateTo('productInfoPanel') ;
I got it ![]()
Apperyio('panelProductInfo').panel('open');
thanks