DHTMLXscheduler initialization

I was testing out the DHTMLXscheduler module on my application. I followed all the steps which explained setting up the module on docs.dhtmlx.com/doku.php?id=dhtm … w_to_start but couldnt get it to work.

I have implemented the js and css in my header file and implemented all the necessary code. After running my application, I end up with an empty screen without any errors in my console.

Did someone ever experienced the same like this?

The code i used to initialize is exactly the same as shown on their webpage which is:

[code]

 
 
[/code]

Hi,
try setting height of the #content div:<style> #content{ height:600px; } </style>

Thanks Aliaksandr, can’t believe that I did not notice this … haha