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

How to show events in the dhtmlx scheduler within the database data

Please suggest to me or explain how to show events in dhtmlx scheduler with the dynamic data. Here is my booking page Booking Page Photo After Page loading, I want to show event like this Booking Event Photo This event is made with static data. I…
Linnz
  • 1
  • 4
0
votes
0 answers

How to load only the events created by a specific user into DHTMLX-Scheduler?

I would like to have only events displayed from the currently logged in user. How can I achieve this? I have already configured the event to have a user field. I am using the JSONSchedulerconnector to populate the DHTMLX-Scheduler. $connector = new…
ps202
  • 95
  • 2
  • 11
0
votes
1 answer

DXHTML Sheduler: multiple timelines on same page

I need to display a weekly shedule timeline, detailed by days, persons and their work hours. Please see this screenshot for example. What I already tried: Approach 1) display a timeline for one day (jsfiddle), but I can't duplicate it for several…
0
votes
1 answer

DHTMLX Scheduler recurring year events - Problems with rec_type

I'm trying to add a recurring event in my Database using dhtmlx scheduler. I'm using a full customized Lightbox with my own fields. Daily, weekly and monthly Events will be added perfectly to the database. Maybe i overlooked something I've tried to…
BloodyLink
  • 23
  • 3
0
votes
1 answer

DHTMLX scheduler drop event issue

Scheduler Version: v.3.3.11 IE Version: 11.666 or Emulator IE11 windows 8.1 Update Windows: 10 Jquery Version: 1.5 I'm trying to display lightbox when drag ends but it's not working on IE specific version but it works on all other browsers and other…
Akhil RJ
  • 312
  • 1
  • 4
  • 19
0
votes
1 answer

Typer Error: Cannot read property 'length' of undefined

I’m creating a node.js app and implementing the scheduler app. I’m following this walkthrough: https://dhtmlx.com/blog/using-dhtmlxscheduler-with-node-js/ When I navigate to the /data page, it says cannot read property 'length' of undefined. I went…
tyler
  • 125
  • 4
  • 14
0
votes
1 answer

yii2 with dhtmlx scheduler and select populated from the server

I am trying to populate the project select dropdown with data from the server. I am using yii2. My controller data action: public function actionData() { $list = new OptionsConnector(null, "PHPYii"); $list->render_table("project", "id",…
ps202
  • 95
  • 2
  • 11
0
votes
1 answer

Dependent dropdown in dhtmlx scheduler lightbox

is it possible to use a dependent dropdown in Lightbox? See: http://demos.krajee.com/widget-details/depdrop
ps202
  • 95
  • 2
  • 11
0
votes
3 answers

DHTMLX Scheduler won't load data

DHTMLX Scheduler can't load data, even if it is inline in the html document. Here is my code:
ps202
  • 95
  • 2
  • 11
0
votes
1 answer

DHTMLX. How to query from a database for list Units?

now, i get list Units from Database: var sections = scheduler.serverList("type"); scheduler.createUnitsView({ name:"unit", property:"type", list:sections }); $list = new…
synthcafe
  • 1
  • 3
0
votes
1 answer

DHTLX Scheduler. How to show on eventbox text from Multiselect labels?

My snippet - link I need get labels of multiselect checkbox's, but i get only key numbers.. How get labels? Thank you advance P.S. I try this way enter link description here but i get only one label and when i checked 2 and more checkbox ex.text not…
synthcafe
  • 1
  • 3
0
votes
1 answer

DHTMLX Scheduler.Can i get text from LightBox Checkbox to the EventBox?

Can i get text from LightBox Checkbox to the EventBox? For Example, this example link have 1 checkbox in LightBox with text. I want that when i clicked checkbox and save - eventbox show text from this checkbox. This is possible? Thank you!
synthcafe
  • 1
  • 3
0
votes
1 answer

DHTMLX Scheduler Start_hour

I have two questions related to DHTMLX QUESTION 1: how to start_hour with minutes. Start_hour_image QUESTION 2: how to start_hour with PM (Post Meridiem) Start_hour_with_pm
0
votes
0 answers

DHTMLX Scheduler Timeline new/existing entry issues

I have incorporated DHTMLX Scheduler within a Visualforce page for creating new appointments and maintaining existing appointments. I am facing a weird issue that occurs very randomly. when I create a new appointment and click on a particular time,…
0
votes
2 answers

How to add a hidden field in dhtmlx scheduler lightbox

I am trying to modify dhtmlx scheduler lightbox, i have added some new fields here, but now the problem i need a hidden field to it, and will pass the value through JavaScript. But dhtmlx scheduler do not have any field type hidden and i am unable…
M. K Hossain
  • 807
  • 1
  • 12
  • 28