Tooltip/lightbox not showing

Brilliant - absolutely brilliant plugin, but…

When I add an event, it books it to the calendar but it cannot be clicked on to reveal the full text - I have been through the forum but not being an experienced code talker I’m not exactly sure what I’m searching for.

My site is www.candit.co.uk and I’m pretty happy with all the workings of it, including reskinning etc, I just need the above bug fixed.

If you suggest code changes, please let me know which files to edit.

Many thanks

Simon

Sorry me again, I’ve just realised that I am unable to create multi-day events either…

I’m sure this is all pretty straightforward for most forum members, but is there an idiots guide?

Doofus, fixed the multi day!

Sorry

Hi, I really like your calendar implementation. I have a few questions about it.

  • how did you include the button to have the calendar fill the screen and then minimize back into the smaller div?
  • how did you set it up so that the details form opens on one click of the event in all views and the “edit” bar doesn’t show up on the left of the event in week and day view?
  • how did you manipulate the styles so well!? it looks really nice.

Thanks.

Those both are part of plugin, in standalone version they can be reflected through

docs.dhtmlx.com/doku.php?id=dhtm … creen_view

and

scheduler.attachEvent("onClick", function(id,e){ scheduler._on_dbl_click(e); return false; })

Because the height of the space into which I have put the calendar requires me to use the scheduler.xy.margin_top setting (set to 200), when I expand to full screen the calendar does not take up the full page. Is there someway to account for this? I thought about resetting the margin onSchedulerResize, but I think that may apply to more scenarios than the one I’m dealing with…

Any chance there may be a solution for the problem I mentioned above?

Thanks.

Hello,

Try replacing your dhtmlxscheduler_expand.js file with the attached one.

Hope this helps.

Best regards,
Ilya
dhtmlxscheduler_expand.zip (839 Bytes)

Yes, thank you!