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

155 questions
0
votes
1 answer

dhtmlx scheduler for recurring events

I am trying to add recurring events in calendar using dhtmlx scheduler. var data = { start_date: "2017-12-03 10:00:00", end_date: "2019-12-22 10:00:00", text: "test", rec_type:…
0
votes
1 answer

How to add room to DHTMLX scheduler

How to add Rooms Horizontally against time in DHMLX Scheduler in my ASP.Net MVC application
0
votes
1 answer

How can I set html5 data attribute for the cell

Lib: DHTMLX Scheduler I need to set html5 data attribute to any cell in the timeline view. No problem to set cell class, but what about the data-attr?
0
votes
0 answers

Dhtmlx Scheduler Inside a Multisteps Form

I'm using this multi-step form: https://codepen.io/atakan/pen/gqbIz I've included a scheduler inside the second
of the form. But when I click the next button, the scheduler appears empty. When I resize the navigator manually, the events…
0
votes
1 answer

DHTMLX Scheduler Example

I am interesting in use DHTMLX Scheduler, but I have a doubt with the graphic rendering of this scheduler. Someone can give me some example of use of this library with an endearing interface?
Matteo Rossi
  • 95
  • 3
  • 11
0
votes
1 answer

Days in current view into select control (DHTMLX Scheduler)

I"m trying to list the days shown in the current view as options inside a select tag (for example if the current view has Sun Aug 13th through Sat Aug 19th, then each of those days would appear as part of the select dropdown). On the client-side I…
Flip
  • 27
  • 1
  • 6
0
votes
1 answer

How to make onmouse over on DHTMLX event calendar?

I have integrated the DHTMLX event calendar to my Java project. I want to show event details on mouseover event. I have tried calling dhtmlxscheduler_tooltip.js but it's not working. scheduler.attachEvent("onMouseMove", function(event_id, e){ //…
Vkh
  • 3
  • 4
0
votes
1 answer

DHTMLX Scheduler with Node JS

I have followed the DTHMLX Scheduler tutorial, but I haven't been able to get the db.event.insert() to work, because the route for it is not firing off. However, I am able to display data from my MongoDB when I insert data through the shell. Like…
0
votes
1 answer

Using BeforeInsert in DHTMLX and passing variable to a form

I have a following problem: I have a scheduler that is used by different users. When a user adds an event to scheduler, a session variable containing his id must be passed to a processor where it is inserted into a database. My first question is…
Le garcon
  • 7,197
  • 9
  • 31
  • 46
0
votes
1 answer

DHTMLX Sceduler Custom Year view with filter

I have added 4 custom labels (tabs) to a scheduler like so:
Martin O Leary
  • 633
  • 2
  • 10
  • 29
0
votes
1 answer

DHTMLX SCHEDULER custom light box

I am using custom light box, for recurring events everything is working fine the problem is when we edit a recurring event we should get dialog asking for "Edit Series", "Edit Occurance" that dialog is not appearing. I have added configs like: …
Danish
  • 51
  • 12
0
votes
1 answer

getting xml update response before xml get response in serverside dhtmlxScheduler

I am trying to load events from a server into a dhtmlxScheduler instance. For now, I've exactly modeled the tutorials on dhtmlx's site. I am able to successfully create the scheduler and handle all javascript events and I can load a text xml doc…
rdimouro
  • 225
  • 1
  • 4
  • 17
0
votes
1 answer

How to set text color and background in DHTMLX control event scheduler

I want to show different color on text/background in DHTMLX control event scheduler. So below is my code I am passing just dummy data- public ActionResult Index() { var scheduler = new DHXScheduler(this); …
Praveen Singh
  • 63
  • 1
  • 1
  • 8
0
votes
1 answer

Is PHP Connector a part of DHTMLX Scheduler

I am trying to use DHTMLX Scheduler to load data from MySQL on the server. I am not clear is PHP Connector is included as part of DHTMLX Scheduler or is it a separate download and install? Does anyone know?
H. Ferrence
  • 7,906
  • 31
  • 98
  • 161
0
votes
1 answer

add a ligne seperator between days dhtmlx scheduler

I'm building a calendar with scheduling funcionalities using the dhtmlx library, i was wondering if it is possible to put a vertical seperator between each day . Thank you
learning
  • 13
  • 6