I'm using 3.2.1 jquery, 2.17.1 moment, and 3.3.1 fullcalendar. When I click on a time slot to add an event in the day/week view, it uses the slot below it. It works if I use 2.6.1 fullcalendar version.
Thanks in advance! :)
I got it to work now after making the calendar bigger. :/
thanks!
Related
I am having some troubles with FullCalendar and multiline, anyone knows how to disable the multine? I tried several things and search in documentation without success.
Thanks in advance.
FullCalendar 5 multiline
I have some issue here with fullcalendar selectable and i am not denying that it could be also my coding problem. Either both of them, i'm having an issue where i need to click and hold in order to create new event and even drag instead just click and create and click to drag. No. I need to hold and wait for a seconds, and then i can select it afterwards.
Is it something wrong with my code or this issue has been centered long before? I can't find on google about fullcalendar selectable problem though. I use Ionic with localstorage and chrome.
If i am using eventClick/dayClick, it is fine. There's no need for me to click and hold the button. However when i am using selectable: 'true' and also selectHelper: 'true' the problem that i just mentioned has occured.
NOTE: When implementing my coding on JSfiddle, it is working fine but when i see my calendar on chrome localhost, it's making that annoying problem. In addition to that, when i'm build into .apk, and i use it on my phone, the problem still occured.
Anyone got solution?
touch devices are different than browsers, fullcalendar have a documentation for supporting touch devices.
you can set the delay for selecting a cell using longPressDelay
hope it helps.
I have added those to my rezor view
"kendo.common.min.css"
"kendo.default.min.css"
"kendo.rtl.min.css"
and one script for culture
here it is on Chrome
and on fire fox it's ok
Can you please suggest any thing do solve this problem ?
I was also facing some what the same problem.
Its work fine when i updated kendo.web.min.js and kendo.common.min.css file.
May be you should update kendo package to latest version and have a test.
Every time I try to apply a change in Views (or even cancel a dialogue window for that matter), I get a massive page of code, like this:
!http://reubenlara.com/blog/codeerror.png
When I refresh the page or go use the browser's back button to get to the views panel, everything's fine and the changes are applied. This only happens with Views. Is this happening to anyone else?
Drupal 7.22.21
I had similar issue because I was using some javascript plugins required some other modules. Please make sure you are not using entityreference views. If you do, you should disable the javascript on your browser using web develop tool bar or similar.
OK i just figured it out! I had the jQuery Update installed and had it set to jQuery 1.8. Views did not like that, so I set it to jQuery 1.7 and views is working fine.
Is it possible to do a timeline view with the JQuery FullCalendar plugin (http://arshaw.com/fullcalendar/)? I'm looking to do something like this: http://dhtmlx.com/docs/products/dhtmlxScheduler/sample_timeline.shtml
I like the look of fullcalendar over dhtmlx though.
Thanks!
There is a common issue on google code called but it is labeled "resource view" instead of timeline... here is the link "resource view". Maybe it will geve you a place to start... let me know if it helps