Categories | Question details Back To List | ||
Disable or hide edit /delete/details link in events for Dayand Week view hai, how to disable or hide edit /delete/details link of the events displayed in Day view and Week View . When i click on the events ,it should never show the edit /delete/details link as side bar in month and day view . Besides that ,on the click it should open a new html page or jsp page. how is it possible? thank you rencin.
Answer posted by Stanislav (support) on Feb 03, 2010 02:56 scheduler.attachEvent("onClick",function(id){ window.open("some.php?for="+id); //open page return false; //block default menu }) Please use forum for any other questions - http://forum.dhtmlx.com |