Page 4 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 Feb 02, 2015 9:04 am
by Alex GG
Hi Poll!
download this zip file:
https://github.com/jaime8111/jQueryEv...
then add these 2 CSS files:
/eventCalendar
/eventCalendar_theme
and this JS file:
jquery.eventCalendar
then add an HTML component to your screen and edit it with:
code
<div id="calendar"><>
/code
and on page show add this code:
$(calendar).eventCalendar({
/*you can define the parameters with any values of the functions here, or in the JS file */
});
And thats it...
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 May 19, 2015 8:06 pm
by Logan Wells
Thanks, I am saving this for the 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: Fri Jun 05, 2015 8:33 am
by nia aidrena
hye. im a bit unclear about ur explaination. Can u please enlighten it a little bit? Where could i find the custom JS code?
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 Jun 05, 2015 9:49 am
by Illya Stepanov
Hi -
Katya, was meaning here that you can create your own custom CSS in the builder.
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 Jun 05, 2015 3:54 pm
by nia aidrena
okay 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: Wed Oct 14, 2015 1:28 pm
by JaiR
@Appery staff - is there any movement on the calendar development within Appery?
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 Oct 15, 2015 9:44 am
by Illya Stepanov
What exactly do you mean?
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 Jul 15, 2016 1:40 pm
by MobileAppGuy
@Alex GG
Thanks for your steps in getting the calendar added to the page. I have two issues after following your steps.
1.) My calendar does not seem to have the styling as your screenshot.
2.) I get the following error:
error getting json
As seen from my screenshot. 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: Sat Jul 16, 2016 10:22 am
by Serhii Kulibaba
Hello,
Please check if there are any errors in the browser console. You can learn here: https://devcenter.appery.io/documenta... how to open the console.
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 Jul 21, 2016 6:29 pm
by MobileAppGuy