How to open panel using javascript code?
Posted: Thu Feb 05, 2015 2:54 am
Dear All,
I have panel named "productInfoPanel", how to call it using javascript code?
please help
many thanks in advance
Win
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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