Page 1 of 1

How to open panel using javascript code?

Posted: Thu Feb 05, 2015 2:54 am
by B510

Dear All,

I have panel named "productInfoPanel", how to call it using javascript code?

please help

many thanks in advance

Win


How to open panel using javascript code?

Posted: Thu Feb 05, 2015 3:08 am
by Bruce Stuart

If you mean a page ...( not sure if that's the intent) ... The JavaScript is:

Appery.navigateTo('productInfoPanel') ;


How to open panel using javascript code?

Posted: Thu Feb 05, 2015 3:35 am
by B510

I got it :-)

Apperyio('panelProductInfo').panel('open');

thanks