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

null pointer exception when using @Autowired for sessionFactory to get data from database in DHXEventsManager

When I use @Autowired annotation for SessionFactory to retrive data from the DB when using DHXEventsManager,java.lang.NullPointerException occurred.I can't fix it.Please anyone help! package com.dhtmlx.booking.controller; import…
0
votes
1 answer

jquery dhtmlxScheduler disable marked timespans with seprate title

I had successfully disabled the times mentioned in zones below code. my problem is all the timespans title shows Appointment Fixed but, I want to show which patient booked the slot in html json. scheduler.addMarkedTimespan({ html: "Appointment…
0
votes
1 answer

dhtmlx timeline skips weeks instead of skipping past the weekend to monday

My dhtmlx timeline keeps skipping weeks instead of skipping the weekend to the Monday. I can't find out why it's doing this. I have added bits of code that should fix this but It doesn't! # So far when I click to goto the next week, it will skip…
James111
  • 15,378
  • 15
  • 78
  • 121
0
votes
1 answer

How to query DHTMLX recursive event in SQL

I've a requirement to schedule a recursive event with DHTMLX schedular and once user scheduled the event, other user can search by date to see if he is available on this date/time. I'm able to save to database the recursive events without any issue.…
0
votes
1 answer

jQuery each making browser hang when loading objects into scheduler widget

I am using the DHTMLX scheduler. Basically what I am doing is a AJAX GET request to the server to get my data, and then load the events using their method addEvent(). So I have quite a bit of data to load on the scheduler and I understand that this…
Paperbag Writer
  • 823
  • 1
  • 11
  • 39
0
votes
1 answer

DHTMLX Scheduler Block/Mark employee hours on Timeline?

I am using the Timeline in somewhat of an unconventional way. I have the typical day and week event/tasks working fine but I need an hour summary for the week. I cannot get marking/blocking to work for the life of me. The picture example on the…
triplethreat77
  • 1,276
  • 8
  • 34
  • 69
0
votes
1 answer

Dhtmlx connection loading data

I have started using the Dhtmlx Scheduler a few days ago, i went to the docs to see how to create a simple connection and load some data but i keep getting this: { "data":[]} has the response of my .php file. My code is:
Japa
  • 632
  • 7
  • 30
0
votes
1 answer

DHTMLX mobile scheduler event detail view height issue?

I have integrated dhtmlx mobile scheduler. When details text is large it will cut down because dhtmlx scheduler event detail view take static height in style?
israr
  • 1,155
  • 15
  • 28
0
votes
1 answer

DHTMLX tree structure combo box using json

I want a tree structure dropdown with checkbox.!. I can achieve this structure image but i want exact tree structure. Someone help me out. Achieve image
Sasikumar
  • 828
  • 12
  • 25
0
votes
1 answer

DHTMLX Scheduler with custom timeline week/month views?

I am using DHTMLX Scheduler, but only for the Timeline view. I want the default by (timeline) day and have buttons for week and month. The initial day is working, but I am having trouble configuring the custom buttons to render my new updates.…
triplethreat77
  • 1,276
  • 8
  • 34
  • 69
0
votes
1 answer

URL https :".." when used then unable to get content of page

i used mfc active x control and navigate the url. as url is https:"..." so i am unable to get the content of page. following is the code i used. m_cstrURL = L"https:\\......" like that m_webBrowser.Navigate(m_cstrURL.operator LPCWSTR(), NULL, NULL,…
0
votes
1 answer

fetching from the database (Scheduler + yii)

I use the scheduler in my yii project. Standard configuration connection to the Events table selects all events from the database. public function actionScheduler_data() { $currentUser = User::model()->findByPk(Yii::app()->user->id); …
technobot
  • 49
  • 1
  • 8
0
votes
1 answer

Using DHTMLX Scheduler, prevent tooltips from disappearing when hovering out of the event to the tooltip

I have been using the excellent DHTMLX Scheduler for a few days to get on with it, and I found solutions and workarounds for almost every specific things I wanted to achieve. However, in this particular case, I am using the extension that allows…
Gummy
  • 156
  • 3
  • 17
0
votes
1 answer

dhtmlxScheduler - new properties in events table

I'm trying to enhance your table "events" but so far I have failed. I use yii framework, and when you add to the table a new field, for example "about", "worker", "client" when adding a new event, I don't see what would these fields appear in the…
technobot
  • 49
  • 1
  • 8
0
votes
1 answer

Dhtmlx scheduler Lightbox

How can I aligning two fields in a single row in scheduler config light-box sections, And not below one another. Name [(FirstName)] [(Lastname)] [(Middlename)]
Dee Law
  • 78
  • 1
  • 6