Page 1 of 1

Panel Will Not Open

Posted: Fri Jan 13, 2017 4:06 pm
by Terry Gilliver

I have pages that were created from a template, which have a panel component, which slides out when clicking a button. I have now broke the page from the template maing it stand-alone.

My problem is, since breaking the page away from the template the panel no longer opens when clicking the button. i have tried deleting the click event and re-creating it, but the panel still fails to open. The click event is as follows:

Image


Panel Will Not Open

Posted: Mon Jan 16, 2017 2:16 pm
by Serhii Kulibaba

Hello Terry,

Unfortunately this is the bug. Please use a workaround below:
Please use custom JS to run that panel: preApperyio("myPanel").panel("open");/pre here myPanel - name of the panel


Panel Will Not Open

Posted: Tue Jan 17, 2017 2:18 pm
by Terry Gilliver

Thanks Sergiy