Asif
Posts: 0
Joined: Tue Aug 13, 2013 12:56 pm

Custom js on panel -

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 .

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Custom js on panel -

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

Anton Artyukh5836028
Posts: 0
Joined: Wed May 08, 2013 12:57 pm

Custom js on panel -

Hello,

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

Asif
Posts: 0
Joined: Tue Aug 13, 2013 12:56 pm

Custom js on panel -

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 ..

Anton Artyukh5836028
Posts: 0
Joined: Wed May 08, 2013 12:57 pm

Custom js on panel -

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.

Return to “Issues”