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