Hi! how to use loadNext function while using dhx.proxy as url in list?
Code snippet::
this.clientSource = new dhx.proxy({
url: innowave.base_url + “index.php/client/info_mobile”,
storage: dhx.storage.local
});
dhx.ui( {
view: “list”,
id: “client_list”,
url: this.clientSource,
datatype: “json”,
type: “client_list”,
select: true
})
here is my code for next ::
$$(‘client_list’).clearAll();
$$(‘client_list’).loadNext(20, (this.page - 1) * 20);
$$(‘pagelabel’).setValue("Page " + this.page);
can someone help me here… I got an error while using loadNext()
ERROR :: TypeError: url.indexOf is not a function
…Of("?")==-1)?"?":"&")+(this.dataCount()?(“continue=true&”):"")+“start=”+from+"&c…
touchui_debug.js (line 3298)
thanks!