Page 1 of 1

Calendar options

Posted: Sun Jan 07, 2018 1:02 am
by dire

Hi,
What are options for calendar implementation? To use JS calendar to display/add/edit values from tables.

Custom file? anything else?

thx


Re: Calendar options

Posted: Mon Jan 08, 2018 10:11 am
by motfs

Make sure you enable the extension first. Then set up the field and enable the option "Use data/time picker". Read Field Setup -> Edit Tags -> Validation -> Use date/time picker in help file for more detail.


Re: Calendar options

Posted: Mon Jan 08, 2018 12:48 pm
by dire

I meant displaying full calendar as calendar (like google calendar)


Re: Calendar options

Posted: Tue Jan 09, 2018 2:32 pm
by kirondedshem

ASP.NET Maker 2018 is build on Admin lTE template, download the admin lte template and look at thier calendar example, coz they also have a full calender control and since the classes are all here, you just have to add any extra plugins missing.

But if you want to use the google calender, I believe you just have to know how to include its files into your project as well.


Re: Calendar options

Posted: Wed Jan 10, 2018 11:24 pm
by dire

thx for tip:)