Dupdroid
Posts: 0
Joined: Sat Mar 30, 2013 9:07 pm

how to pass a local variable array to a function

Thank you

I managed to get rid of the error by replacing

$("#eventCalendarInline").eventCalendar({
jsonData: eventsInline
});

with

Appery('eventCalendarInline').eventCalendar({
jsonData: eventsInline
});

I'm still having display issues though, see below. Any thoughts?

Image

after resizing the screen it refreshes the calendar and then it fills the whole screen but as you can see the events aren't displayed below the calendar. I have tried changing the css but haven't been able to figure it out.

Image

If I refresh firefox after the page has loaded it displays correctly.

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

how to pass a local variable array to a function

do you have the CSS files, on one custom CSS? because you have to create two custom css and paste the code on each one.

First time, I paste both CSS on one custom css and got almost the same result...

Also in the theme_css you have to remove this code (/*= ONLY FOR DEMO PAGE */........
............
...........)

because make your screen offset wheh you touch this..

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

how to pass a local variable array to a function

Hi Alex,

How do you create that datepicker? do you have any documentation about that picker? so i can apply it to the new project that i was creating.

Thanks

Return to “Issues”