Some problem can find solution …
scheduler.xy.menu_width = 0;
scheduler.config.details_on_dblclick = true;
scheduler.config.details_on_create = true;
scheduler.attachEvent("onClick",function(){ return false; });
on month view - when point to event hand is show but dbclick on it nothing happend
on day view - when click on event time event move down and add 15 minutes to event time, dbclick on event box on text return details.
can figure out …