Check documentation for the latest version of dhtmlxSuite url DHTMLX Docs

url

sets URL to the server-side data saving script

void url(string str);
strstringURL to the server-side data saving script

Example

dp.url(str);

Back to top