I am trying to use the data store but i have a problem adding it into my app.
I am using the suite and initially thought it was included:
<script>
var myDataStore = new dhtmlXDataStore();
</script>
<script src="dhtmlx.js" type="text/javascript"></script>
<script src="datastore.js" type="text/javascript"></script>
I was getting the error:
Uncaught ReferenceError: dhtmlXDataStore is not defined
I went on to add the specific datastore.js but now i have two more errors:
<script>
var myDataStore = new dhtmlXDataStore();
</script>
<script src="dhtmlx.js" type="text/javascript"></script>
<script src="datastore.js" type="text/javascript"></script>
Error:
Uncaught ReferenceError: dhtmlXDataStore is not defined test.html:4
Uncaught TypeError: Object #<Object> has no method 'splice'
I had tried this some time back it was working…is there something am missing out!?