dhtmlx scheduler is not showing up

Hello,

I implemented my dhtmlx scheduler in a new page (with some complecated css). I can see that the codeline is execued, I can see also the database logs executed, however, I cannot see anything on my screen. Is there any log or a debugger that can help me?

Thanks

There is no debugging output for visual elements - but you can use firebug like tool to investigate what is really rendered on the screen.

If scheduler’s layout is visible and events are not - problem can be in incorrect start_date, end_date values of events.

If event layout is not visible - most probably you have incorrect initial height on scheduler’s container element.

Thanks you! I put a fixed height (with px) and it fixed my problem.