Questions tagged as 'fullcalendar'

3
answers

Catch only the time in FullCalendar

How do I get the time on FullCalendar only? I'm using FullCalendar to register the events. The fields are:    Title, Event Color, Date, Time, Description In the database, it is being registered as follows: OnlywhenIedit,itappearswitht...
asked by 05.06.2018 / 17:00
0
answers

Using themes in fullcalendar

I was seeing some themes for my fullcalendar I liked Bootstrap 4 Litera, I would like to know how I apply it in my calendar, I know it's through the "themeSystem", but I do not know how I declare <link> . >     
asked by 19.04.2018 / 14:57
0
answers

Passing json through compact laravel and getting into scripts.js

I'm putting fullCalendar into my application, return view('dashboard.cadastro.reservaArea', compact('areas', 'reservas')); I'm giving return view passing reservations through compact , so far so good. After that I need to ge...
asked by 15.04.2018 / 21:43
2
answers

Fullcalendar show hour and minutes

My fullcalendar is displaying the event time, only for example: 08:00 (When is **: 00) and when it is 08:30 it shows the time with minutes. I wanted to leave it showing the hours and minutes even when it is 08:00 not only when it is 08:30   ...
asked by 10.04.2018 / 13:36
0
answers

Drag And Drop - Div overflow: scroll;

I'm using Drag And Drop inside a div with CSS: overflow:scroll . As a lot of data the vertical bar is always active but when trying to drag the elements of this div comes a horizontal bar and the div increases its size and the element is i...
asked by 01.04.2018 / 14:46
0
answers

Difficulties Asp.NET MVC ... window does not appear correctly

I'm new to the ASP.NET MVC world and I've had some initial difficulties. I am trying to develop a calendar but clicking on a day to make an event ... the window appears in a strange way, does anyone know the reason? Images with the error...
asked by 19.03.2018 / 10:46
0
answers

does not refresh at fullcalendar after refresh

Good morning, I need some help. I have a fullcalendar that when I make a change it does not give the refresh on the screen. Can anyone help? * follow part of the code: * // Quando der duplo clique vai abrir o modal de alteração (update_ca...
asked by 09.03.2018 / 15:08
1
answer

I can not access element (child) but it exists (fullCalendar)

Using the function eventAfterRender I am trying to access a child element that exists, however using the find() function, apparently is not finding . From the console, I can navigate to the child element as follows: [0] (a.fc-time-gri...
asked by 07.03.2018 / 18:39
0
answers

Date and time in FullCalendar incorrect?

I have an Angular 5 application that uses the Schedule of #, which is FullCalendar for use in Angular applications, is implemented and working everything correctly except for time and date in the conditions below: In the event onDayClick...
asked by 17.02.2018 / 14:31
1
answer

Drag and Drop Fullcalendar

The documentation of fullcalendar is well summarized and I'm having trouble coding Drag and Drop. Could anyone give a light on how to start this function? eventDrop:function(event, delta, revertFunc) { alert('ok'); } I'm still dev...
asked by 19.01.2018 / 18:39