Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Prashant on Aug 17, 2009 23:42
open dhtmlx forum
dhtmlxScheduler + poping up the form on button onclick event

Hi

I have tree structure and I wanted to bookmark any of its node on onclick event of a button which is there for each and every button.

How can I popup the form on onclick event of button?

-Prashant
Answer posted by Support on Aug 18, 2009 02:26
Sorry , but I don't understand which use-case you need to implement, can you please provide more details about desired behavior?
Answer posted by Prashant on Aug 18, 2009 02:33
Actually I wanted to have a book mark kinda of functionality. So whenever user is clicking a button (bookmark_me). It should open the even detail form which we used open for adding/updation/deleting. and behavior of the form should remain intact.but It should be customizable.


-Prashant
Answer posted by Support on Aug 18, 2009 06:17
The form, which is used inside the scheduler is deeply linked to scheduler and hardly can be used outside it. 
You can open the form programmatically, by using
         scheduler.showLightbox(id);
where id - id of event for which form must be shown. 

Form can be configured 
http://dhtmlx.com/docs/products/dhtmlxScheduler/doc/dhtmlxscheduler___custom_details_form.html