Javier Ferreiro
Posts: 0
Joined: Mon Jul 07, 2014 7:24 am

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

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

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

Hi Javier,

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

Shawn
Posts: 0
Joined: Sat Jun 21, 2014 11:13 pm

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

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 ;

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

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

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.

Shawn
Posts: 0
Joined: Sat Jun 21, 2014 11:13 pm

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

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

Shawn
Posts: 0
Joined: Sat Jun 21, 2014 11:13 pm

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

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 ?

Shawn
Posts: 0
Joined: Sat Jun 21, 2014 11:13 pm

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

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

Poll David
Posts: 0
Joined: Sat Jan 24, 2015 5:22 am

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

@Alex GG

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

Thanks

Return to “Issues”