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
Sorry , but I don’t understand which use-case you need to implement, can you please provide more details about desired behavior?
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
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
dhtmlx.com/docs/products/dhtmlxS … _form.html