sets the path to the server-side script
url | string | path to the server-side script |
// on init stage
var myDataSelector = new dhtmlXDataSelector({
url: "server/data.php"
});
// using method
myDataSelector.setURL("server/data.php");
Back to top