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
1
vote
1 answer

dhtmlxScheduler timelineview calender loading and displaying data

I am using dhtmlxScheduler timelineview calender. I am getting xml data from database but not able to load it out on calender.
1
vote
0 answers

dhtmlx scheduler applying tool-tip on y_axis

I was wondering if it's possible to apply a tool-tip on the y_axis of my schedule. I could not get the default tool-tip to work, which I am not sure why either, though it isn't necessary for the events. Over the names of people (y_axis), I would…
Stephen Sugumar
  • 537
  • 2
  • 8
  • 34
1
vote
1 answer

Extract JSON object from $resource.get promise

I have just started exploring AngularJS. Is there any way by which I can extract the original JSON returned from server? I am trying to get some data using $resource.get from a WebAPI. The returned promise contains some additional properties…
Vipul
  • 1,493
  • 4
  • 22
  • 44
1
vote
1 answer

Adding custom field in dhtmlx scheduler in PHP

I am new to use dhtmlx scheduler. I want to use shared events with location data also. But i can't able to do, below is my serv
sincerekamal
  • 127
  • 1
  • 2
  • 9
1
vote
0 answers

When running .apk file of html page which has reference to Google Map API and .js file nothing gets displayed

I am using DHTMLXSCHEDULER (it is a plugin which gives support to touchscreens and ready .js code) in my project. When I run my project on android emulator I get following error and complete white screen is displayed on emulator 02-11 02:16:21.398:…
Rakesh Patil
  • 67
  • 1
  • 11
1
vote
2 answers

How can I get the date after clicking on calender in yearly view in dhtmlx scheduler?

When i click on a date i need to take the selected date, it's working fine on daily, weekly and monthly view by using code below : scheduler.attachEvent("onEmptyClick", function(date , event){ alert(date); }); but, the date variable don't return…
1
vote
1 answer

Remove block area from dhtmlx scheduler

I am using DHTMLX Scheduler for booking an appointments. To avoid a double booking I have shown a block on a time slot which has already been selected by some other user but yet to be done with appointment process. I have setInterval to check the…
Mahendra
  • 890
  • 15
  • 37
1
vote
1 answer

dhtmlx multiple scheduler not working error "Scheduler is not defined"

I'm implementing dthmlx schedule in my website. On dashboard I need to show three scheduler in tabs. However scheduler in first tab is working but for second scheduler while initiating an object I'm getting error "Scheduler is not defined".…
Mahendra
  • 890
  • 15
  • 37
1
vote
1 answer

DHTMLX scheduler date and Time not saving to db

When I add a new event to the Calendar everything else saves except the date and time which is not saving to the database so the event will not show all together , but when I insert a row from the database it shows. I suspect that maybe the formats…
Jay
  • 27
  • 2
  • 7
1
vote
0 answers

Load scheduler units view with database values

Hi I am using dhtmlx scheduler with mvc razor. I have create the units tab. But i am not getting how to divide the events across different units. Here is my sample code. Scheduler.InitialDate = DateTime.Now.Date;// the initial data of Scheduler …
gs11111
  • 669
  • 2
  • 15
  • 47
1
vote
0 answers

How to load data from xml to dhtmlxScheduler

I am trying to load data from xml to dhtmlxScheduler My code is: function init() { scheduler.locale.labels.timeline_tab = "Timeline"; scheduler.locale.labels.section_custom="Section"; scheduler.config.details_on_create=true; …
Sam Kumar
  • 11
  • 1
0
votes
0 answers

Dhtmlx calendar schedular

i'm trying to change the month ,week and day buttons to dropdown (select tag option tag) but the functionalities of the buttons are not working when i change the div to select tag..
0
votes
0 answers

How to reset the autoresize extension from the dhtmlx scheduler library?

I'm using the dhtmlx scheduler library with the timeline and autoresize extensions in a Vue application (SPA) using vue router and vuetify, but the autoresize extension only works when I reload the entire page, if I navigate across different pages…
0
votes
0 answers

Larvel dhtmlx gantt chart with smartadmin/4.5.1 theme

I am using laravel dhtmlx gantt chart into bootstrap smartadmin/4.5.1 theme, And I am facing issue in app.bundal.css when I import dhtmlx gantt chart css file in the template. When I import dhtmlx gantt chart css template is continue loading. How I…
1 2
3
10 11