adding scheduler to a cell layout

Hi,

I’ve done an app using some of the object of your suit.
These are the imports I do at the beginning:

[code]

[/code]

Everything is working great.
As soon as I try to add js for scheduler:

<script src="dhtmlx/dhtmlxscheduler.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="dhtmlx/dhtmlxscheduler.css" type="text/css" charset="utf-8">

The app crashes for “too much infinite loop”.
Is there something I’m doing wrong?
My goal is to add a scheduler to a cell layout.

Thanks in advance,
Samuel

Hi,
dhtmlxScheduler already contains dhtmlxDataprocessor and client-side for the dhtmlxConnector, so re-adding those components causes the conflict.
Try removing following links from the page[code]

[/code]

It worked! thanks :slight_smile: