Categories | Question details Back To List | ||
Modify save/update/delete function in dhtmlxscheduler.js Hi, In dhtmlxscheduler i added one more field ' userId ' in the table event_rec. It is to identify and display scheduled events of each users (userId) uniquely. During save/update/delete function this userId need to passed to database query. What all functions or java codes are to be modified in dhtmlxscheduler.js and in other java classes. Is there any javascript validations available for this event scheduling? or will u provide us the validation? thank you. Answer posted by Alex (support) on Oct 27, 2009 07:22 Hello, there is a ready sample shared_events in the JAVA connectors package for scheduler. Please, take a look at it. This approach can be used in combination with recurring events. Answer posted by rencin on Oct 27, 2009 21:20 Hi, In java version of dhtmxscheduler downloadable zip file , no sample code found for shared_events. Thank you,
Answer posted by Alex (support) on Oct 28, 2009 02:54 Hello, sorry for the misleading information. there is not "shared events" sample in the java package. We'll add it and provide you it when it's ready |