Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by rencin on Nov 26, 2009 00:06
open dhtmlx forum
Is it possible to integrate this dhtmlxVault component inside the dhtmlxscheduler event window ?

 hi,

1.  In dhtmlxscheduler  event window , i want to add a file upload element  and save the uploaded file to the server or database. I found the dhtmlxVault component is good for fileupload through ajax.  But how can we integrate this dhtmlxVault component  inside  the dhtmlxscheduler event window ?Is it possible to integrate the components?

 
2. When an new event is created or saved, a validation need to be  performed to check whether event details have value (ie, details is not null) .
 
3. How to disable the drag and drop of events in the calendar ?
 
4. Event window  details need to be viewed in a disable state on an event click . 
 
i wish to know when you are going to release the new  updated version 2.1 of dhtmlxscheduler component? 
 
 
regards
 
rencin.
 
Answer posted by Alex (support) on Nov 26, 2009 02:18

Hello,

>> But how can we integrate this dhtmlxVault component inside the dhtmlxscheduler event window ?Is it possible to integrate the components?

It is possible to place Vault in event details form. Please, see the article about custom forms:

http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxscheduler:custom_details_form

But scheduler doesn't provide any functionality that allows to edit the uploaded information. Vault has own server-side implementation that doesn't relate to scheduler server-side.

>> When an new event is created or saved, a validation need to be performed to check whether event details have value (ie, details is not null) .

The solution was already provided: http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=13061

>> How to disable the drag and drop of events in the calendar ?

scheduler.config.drag_move=false

>> Event window details need to be viewed in a disable state on an event click . 


The next version allow to open details form in a disabled state: 

scheduler.config.readonly_form = true;

>> i wish to know when you are going to release the new updated version 2.1 of dhtmlxscheduler component? 

It will be released in few days.