Questions tagged [dhtmlx-scheduler]

DHTMLX Scheduler is a web-based JavaScript events calendar that provides a rich and intuitive scheduling solution similar to Microsoft Outlook Calendar, Apple's iCal, or Google Calendar

152 questions
10
votes
1 answer

Trigger function just before exit

I'm using DHTMLX Scheduler on the front end and DHTMLX Connector on the backend as part of my radio automation app. Every time a user edits the calendar, an AJAX call is made to a file that looks like…
BonsaiOak
  • 20,455
  • 5
  • 25
  • 50
4
votes
1 answer

Add timeline event on DHtmlX scheduler in angularjs

I have injected DHtmlX scheduler in my angularjs app with the help of this link. I have followed all the steps of the above link and it's working. Now, I am trying to add timeline event in angular DHtmlX scheduler. But I am not getting the way how…
Neeraj Rathod
  • 1,385
  • 4
  • 12
  • 23
3
votes
0 answers

How to insert extra fields to a DB table in dhtmlxscheduler?

I am new with dhtmlxscheduler. I have created some demo schedulers. As everyone knows, we can make custom lightbox and send data accordingly, however, what I really want to know is how to send a default variable's data to database from php. Well, I…
Plabon Dutta
  • 4,101
  • 3
  • 22
  • 29
3
votes
0 answers

DHTMLX scheduler timeline horizontal scrolling

I've read in this posts that the Horizontal Scrolling feature in DHTMLX Scheduler.NET (MVC ver.) is not possible as of now. (until version 5 as per 2nd…
Jude Duran
  • 2,065
  • 2
  • 23
  • 40
2
votes
1 answer

Vuetife overwrite components scoped styles

I create an application using Vuetify. One component should display a schedule that is created using dxhtmlScheduler. But global Vuetify styles overwrite local dxhtmlScheduler styles and therefore the schedule is not displayed correctly. How to make…
2
votes
1 answer

dhtmlx scheduler: display multiple months on single view

I am using dhtmlx scheduler, Wanted to display multiple months on single view. I tried units view But nothing help. Is there any ideas to implement that without changing the source code?
Vinoth Rajendran
  • 1,101
  • 1
  • 12
  • 25
2
votes
1 answer

DHXScheduler Save/Get Custom Lightbox Fields

I am using DHXScheduler in my JSP application for exam timetabling. I added a fully custom lightbox with my own fields with information about exams. This is my EventsManager class which saves, creates and gets events. It extends the class…
Bernice
  • 2,412
  • 10
  • 39
  • 72
2
votes
1 answer

DHTMLX Scheduler Create or Edit

I am using DHTMLX Scheduler in my MVC3 Project. Everything is fine but in that event scheduler page i have used one form for inputing some external data. So that the Event scheduler went to bottom of the page. If i click inside the window to create…
Dheyv
  • 185
  • 2
  • 16
1
vote
2 answers

How to create different color for Longleave, Fullday, HalfDay in scheduler dhtmlx?

I am new to Scheduler https://docs.dhtmlx.com/ How to change the color as per Holiday type. For example:- Fullday(Single day and long leave), Single Halfday (Am and Pm) and sick leave. $.each(JSON.parse(result.engineerHolidayList), function (key,…
jsjq-finder
  • 165
  • 1
  • 14
1
vote
1 answer

How to change column width of TimeLine Cell in DHTMLX - Scheduler .NET

I’m currently using DHTMLX - Scheduler .NET in ASP.NET MVC. How to set width of event cell in TimelineView? I see that property column_width in Client side works fine, But Server side is not available this props. Note: Default width of this is 100px…
Nguyễn Văn Phong
  • 11,572
  • 15
  • 21
  • 43
1
vote
1 answer

DHTMLX Scheduler timeline get cell infos

From a scheduler timeline view when I click or doubleClick on a cell I need the collection information, in my case teams, and the date. onCellClick contains the y_ind which may be useful and onEmptyClick contains the date. Is there a way to obtain…
cwhisperer
  • 1,302
  • 1
  • 27
  • 49
1
vote
1 answer

dhtmlx week view angular 7

I am trying to implement dhtmlx scheluder with angular which i able to implement successfully with this post, but my concern is i want to so week days at y-axis and time at x-axis. I saw week view inside timeline view and this is what i want to do…
1
vote
1 answer

TypeError: Cannot read property 'apply' of undefined at EventEmitter

I'm building a node js application with the DHTMLX Scheduler as one of the pages. However, whenver the page loads, the app crashes and I get the following error: TypeError: Cannot read property 'apply' of undefined at…
tyler
  • 95
  • 2
  • 13
1
vote
1 answer

Dhtmlx Sceduler hightlight hours

I like to ask if DHTMLX Scheduler can "HIGHLIGHT" or "MARK" hours . Because it only allow me to hightlight whole day. scheduler.addMarkedTimespan({start_date: new Date(2018,02,19), end_date: new Date(2018,02,20), css: "yellow_section" }); I am…
Dave Manuel
  • 145
  • 14
1
vote
1 answer

How to fetch records from database and display as an event in DHTMLXScheduler Calendar

I am using DHTMLXScheduler in my MVC5 webapplication to add patient and get patient's appointment and displaying this in calendar but I am having trouble i am getting data from database but this records not getting added according to start_time and…
ACoder
  • 41
  • 6
1
2 3
10 11