Hi all,
Please look at following code,
webix.ready(function(){
webix.ui.fullScreen();
webix.ui({
view: "scheduler",
id: "scheduler",
url: "/get_activity_list.php?username=taiman",
datatype:"json"
});
Could I parse the username in POST method instead of GET?