Page 1 of 1

Custom js on panel -

Posted: Thu Aug 29, 2013 2:38 pm
by Asif

calling a js within custom html element which paints a calendar on the screen . This calendar does not load when the page opens . On refreshing the page it works correctly with all the elements on the screen .
i am trying to load a custom calendar on screen .


Custom js on panel -

Posted: Thu Aug 29, 2013 2:40 pm
by maxkatz

Most likely some JavaScript didn't load.. check the console, errors, etc.


Custom js on panel -

Posted: Thu Aug 29, 2013 3:08 pm
by Anton Artyukh5836028

Hello,

How you add additional scripts? And How you call it?


Custom js on panel -

Posted: Thu Aug 29, 2013 3:20 pm
by Asif

Hi .. I will tell u wat the scenario is .. I added a custom calendar made using js to be shown on the screen .. now when this script is called when the page loads . I can only see the calendar and not the rest of the page elements .. when I refresh the page in the tester I can see the rest of the elements along with this calendar .. please can you suggest some way to show the month view using appery components ..


Custom js on panel -

Posted: Thu Aug 29, 2013 3:33 pm
by Anton Artyukh5836028

Please use Page Show event for calling your calendar.
Load event triggers when page is not ready yet.

And next, Can you check dev-console? Usually pressing F12 will show it. Also can help this page.