Page 3 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: Mon Jul 07, 2014 11:53 am
by Javier Ferreiro

Hi!
Is this calendar feature finally added to the roadmap?
Thanx!


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

Posted: Mon Jul 07, 2014 12:44 pm
by Kateryna Grynko

Hi Javier,

We'll find out and get back to you with an update.


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 Jul 08, 2014 9:04 am
by Kateryna Grynko

Hello,

This is not planned in the nearest future.


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 Sep 17, 2014 11:31 am
by Shawn

Hi

I'm trying to use the jQuery Event Calendar and having problems loading events from my collection into an array that the plugin accesses.

On My page show I have this code.

$("#eventCalendar").jqmCalendar({
events : MyEventsList,
months : ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
days : ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
startOfWeek : 1
});

As you can see 'events' points to 'MyEventsList'.

Where do I define MyEventsList so that I can populate it in a Service Request through a javascript variable call like below :

MyEventsList[g_calmax++].eid = value._id ;


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 Sep 17, 2014 10:20 pm
by Yurii Orishchuk

Hi Shawn,

You can not define "MyEventsList" variable after you run this code.

So you should run this code when your data (events) received from your service.

For example in service "success" event.

Regards.


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 Sep 18, 2014 8:39 am
by Shawn

Hi Yurii

In my Calendar page I'm defining MyEventList on Page show as the first
javascript code to run and then execute the query service to read data.

In my query service when I receive each row I'm taking it inside a javascript
variable and I'm trying to populate the MyEventList and get this error.
I'm also getting the same error accessing g_calmax the counter ?

Am I doing something incorrectly ?

Here's the App link
http://appery.io/app/mobile-frame?src...


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 Sep 18, 2014 9:37 am
by Shawn

Very strange ... MyEventsList Array get initialised and populated with dummy data on page show and even shows on the calendar but when I try to access it inside javascript variable (service response) to add more events from the query it doesn't find this Array & thorws an error 'Uncaught ReferenceError: MyEventsList is not defined '

Is this something to do with scoping ?


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 Sep 18, 2014 12:37 pm
by Shawn

ok so I have kind of got around this by using a local storage array of objects


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 Sep 18, 2014 12:40 pm
by Maryna Brodina

Thanks for update! Do you need further help?


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 Jan 28, 2015 6:59 am
by Poll David

@Alex GG

Can you teach me how to incorporate that jQuery Event Calendar? I really need it badly.

Thanks