Page 5 of 7

I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Posted: Fri Nov 18, 2016 8:42 pm
by MobileAppGuy

@Alex GG I checked the browser console and found no errors. My calendar still looks like the above screenshot I sent 4 months ago. I moved on to other projects and not I am back on this one. Also, the styling is missing on my calendar. I followed the step @Alex GG provided. I am sure there are a few more steps that I am missing. Any help would be greatly appreciated!

Thanks


I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Posted: Fri Nov 18, 2016 8:50 pm
by MobileAppGuy

I have been working on other projects but I am back on this one. I checked the browser console and there were no errors. Also, the styling is missing. I followed the steps given above but there seems to be a few missing or I am overlooking something. Any help will be greatly appreciated.

Thanks,


I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Posted: Fri Nov 18, 2016 9:11 pm
by MobileAppGuy

Ok, I got the styling issue resolved. I just need to figure out the "error getting json" issue.


I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Posted: Thu Dec 15, 2016 9:20 pm
by MobileAppGuy

Using the JQuery Event Calendar, how would I tie in a collection list of events? Looking at the JavaScript, I see the following :
eventsjson: 'js/events.json',

I am guessing that would work for a web app, but how would I get my event collection list to display?

Thanks


I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Posted: Fri Dec 16, 2016 11:01 am
by Serhii Kulibaba

Hello,

You can save the response from your service on it's success event to the Storage variable: https://docs.appery.io/docs/appbuilde...

And use that variable in the JS code eventsjson
use:
preeventsjson: Apperyio.storage.myVariable.get();/pre
instead of:
preeventsjson: 'js/events.json'/pre


I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Posted: Fri Dec 16, 2016 8:38 pm
by MobileAppGuy

Thanks Sergiy. I changed it in the script but I am still getting the same error.
Image
I changed the line of code on the jquery.eventCalendar.js file. Here is a section of the code where the evetnsjson call is used. I commented out what you recommended and put back what was originally there so you could see it.
Image
Should I comment out the parameters or change them to fit my collection?

Thanks!


I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Posted: Sat Dec 17, 2016 7:28 pm
by Serhii Kulibaba

It is better to set calendar options to the custom function, instead of changing a library file: http://www.vissit.com/projects/eventC...

There is Apperyio object might be undefined, so you get this error.


I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Posted: Tue Dec 20, 2016 9:05 pm
by MobileAppGuy

So are you saying i should leave the options as they are? Also, you mentioned that there is an Appery.io object that may be undefined. Are you talking about in the javascript file?


I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Posted: Wed Dec 21, 2016 8:53 pm
by Serhii Kulibaba

Right, please add all your options as it is shown here: http://www.vissit.com/projects/eventC... instead of changing default options in eventCalendar.js


I'm looking for a calendar interface object - tap on a date, and it pulls up a data entry screen. Is this available?

Posted: Thu Dec 22, 2016 1:42 pm
by Vinny B

My 2 cents. I created a calendar app using https://mobiscroll.com/ It has allot of options and looks great on different devices. Hope it helps