Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Abderahmen on Jan 19, 2010 00:55
open dhtmlx forum
Getting start and end date from lightbox.

Hello,
can you give me solution to get start_date and end_date from lightbox when creating a new event??

Regards
Abderahmen
Answer posted by Stanislav (support) on Jan 19, 2010 02:10
You can use 
     scheduler.getEvent(id),start_date
     scheduler.getEvent(id),end_date

There are a lot of handler which can be used to get data, you can try onEventAdded - which is called after closing details form during event creating.