Hi there Listopad!
Please, attend to this thread when you have some free time:
https://forum.webix.com/discussion/36269/pivot-sorting-not-working#latest
Thanks!
I am trying to update a grouplist on success of ajax.
function update_grouplist_items(){
console.log("calling1");
window.setTimeout(function(){
$$("cfg").reconstruct();
}, 3000);
}
//// config tab, to store in db
function add_submit(conf,selected_rows){
console.log(selected_rows.length);
if(conf == "") {alert("Please enter Config Name");}
else if (selected_rows.length == 0) {
alert("Please select atleast two jobs");}
else {
$$("win2").hide();
alert("Successfully Saved");
data = {conf:conf,sel:selected_rows};
$.ajax({ type: "POST",xhrFields:{withCredentials: true},
beforeSend: function(request){request.setRequestHeader("Content-type", 'application/json');},
url:savedataUrl,
data : JSON.stringify(data, null, '\t'),
processData: false,
success: update_grouplist_items,
});
}
};
"cfg" is my grouplist. However reconstruct works if i have the IE's console window open. Any help would be appreciated
hi which parameter of onAfterPortletMove event contain parent elements of changed? i used this code: webix.attachEvent("onAfterPortletMove", function(source,parent,active,target,mode){
hi i need hide port let handle, in ideal, i need whole body of port let act as handle line webix designer. regard
Hi, pLease replay me on adjust and tree node click problem.. I have mentioned it in technical discussion,
Thanks
Hi Listopad.
Have you seen this bug ?
http://forum.webix.com/discussion/30848/list-activecontent#latest
Thanks
Hi Listopad,
how to detect the header being right-clicked in this your example?
http://webix.com/snippet/4b676653
Thanks
Hi Listopad, I hope you are doing well. I would like to ask when will be released the webix 4.2 version. I have read in February but would like to know if there is more specific date. Thanks, Apostolos Papazisis
http://forum.webix.com/discussion/6742/chart-redrawing-problem-with-yaxis-setter#latest
could you please help me with this issue? thanks a lot.