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
2 answers

Dhtmlx Scheduler load database data into y_unit

I'm working on a ASP.Net MVC (C# Razor Engine) application where I need to schedule workers to tasks within a given day. I've decided to go with Dhtmlx Scheduler (free client side version, unfortunately), and need help in loading custom data for the…
Stephen Sugumar
  • 545
  • 3
  • 9
  • 35
0
votes
1 answer

Dhtmlx Scheduler - Chart not appearing

I am currently using the free client-side verison of Dhtmlx Scheduler in a Asp.net MVC application. Im not to familiar with Dhtmlx, just started using it yesterday, so as much hints/advice/tips would help greatly! I have followed a few tutorials…
Stephen Sugumar
  • 545
  • 3
  • 9
  • 35
0
votes
2 answers

Add resources(y_units) in DHTMLX Scheduler Timeline view from database

I'm in need of a scheduler and I thought of having the DHTMLX Timeline scheduler. I found out that it is exactly what I want. But the problem is that I'm not able to load the resources from the database.When I hardcode the resources it is working…
Lal
  • 14,726
  • 4
  • 45
  • 70
0
votes
1 answer

dhtmlx schedular addMarkedTimespan

scheduler.addMarkedTimespan({//block each week end days:[5], zones: "fullday", type: "", css: "holiday", html: "Holiday"}); the above code means every friday will be block. But i want to any specific friday will be…
0
votes
1 answer

dhtmlx scheduler dynamic colors

I am using DHTMLX Scheduler, with the Timeline extension. I have connected my data to a MySQL database and everything works fine. I then created custom code to where 2 colors (background and text) are set and inserted in to the database, under the…
Ray Meyer
  • 143
  • 12
0
votes
1 answer

Dhtmlx scheduler onEmptyClick not able to access object properties in IE8

I have implemented Dhtmlx Scheduler for taking an appointment from website. Everything works fine but few methods are not working in IE8. Following is my onEmptyClick Method: scheduler.attachEvent("onEmptyClick", function (date,…
Mahendra
  • 908
  • 1
  • 18
  • 38
0
votes
1 answer

DHTMLX java planner add control to Lightbox :DHXExternalLightboxForm-error 'cannot be resolved to a type'

I am using the DHTMLX javaplanner. I need to modify the lightbox interface. i am using following code :
<%= getPlanner(request) %>
<%@ page import="com.dhtmlx.planner.*,com.dhtmlx.planner.data.*" %> <%! …
0
votes
1 answer

Converting Date to String in dhtmlxScheduler and AngularJS

I am using dhtmlxScheduler with AngularJS, and I'm looking for a way to convert a Date object to a string. I am only concerned with converting the start date, and not the end date in the following app.js code 'use strict'; /* App Module…
0
votes
1 answer

dhtmlx scheduler collision detection in angular

I have followed the tutorial to make the scheduler work with angular. I do have a question though. People can only add an event trough my own form, not via the scheduler itself as they have to choose an image to add to the event. But this makes that…
Iris_vdz
  • 251
  • 1
  • 8
  • 23
0
votes
1 answer

dhtmlx scheduler - how to use select bar in month view?

By default, dhtmlx scheduler uses a select bar for each event for week view: http://docs.dhtmlx.com/scheduler/api__scheduler_select_config.html Is there a way to use it in month view?
Kr1
  • 1,269
  • 2
  • 24
  • 56
0
votes
2 answers

Disable past dates on dhtmlx Mini Calendar

I have implemented DHTMLX schedules to show events on my website. Scheduler on dashboard also have DHTMLX calendar which used to select week for dhtmlx scheduler. here is an…
Mahendra
  • 908
  • 1
  • 18
  • 38
0
votes
1 answer

control flow of dhtmlx schedular for saving data via custom field

I have added custom text field in dhtmlschedular.js but I am unable to trace the path. how can my custom field value get on controller. or complete flow of dhtmlx for saving the data to db. I done so far :- lightbox: { sections: [ …
prabhu
  • 39
  • 6
0
votes
1 answer

DHTML Scheduler .NET change path script and style files

I started experimenting with DHTMLX Scheduler .Net but encountered some 'issues'. I like to have everything ordered at my own way (css files in folder 'styling', js files in folder 'scripts', ...) But now it seems like using this dll forces me to…
Yosoyke
  • 485
  • 3
  • 12
0
votes
1 answer

Unable to save data to database using dhtmlx scheduler, dataprocessor and angularjs

I found in the docs dat we can send data from the scheduler to the database using this: var dp = new dataProcessor(url) dp.init(myobj) EDIT I don't get an infinite loop anymore, when I put those lines of code inside the $watch-part of the code.…
Iris_vdz
  • 251
  • 1
  • 8
  • 23
0
votes
1 answer

Can you change the timestep interval in the dhtmlx scheduler

Is it possible to change the time step in the dhtmlx-scheduler so that it increments by 15 minutes instead of 1 hour? Have not found anything in the documentation or by exploring the code. I am using the .Net version of the library.
JensB
  • 6,663
  • 2
  • 55
  • 94