I realized that the problem is related to the event because of the toolbar when the event ends of the button pressed to return works of the function I want is a normal behavior?
nb: such behavior occurs only with Internet Explorer
//----
procedure
//–
wtoolbar_pcnt.attachEvent(“onClick”, function(id) {
if(id==“ws0”){
procElaParz(0,cell_4_cap,form_capam,9,“Carica W0”,tipoa);
}
});
//==============
ok here (*****)
//================
function procElaParz(insel,cell_4_cap,form_capam,maxele,nomef,tipoa){
var txt = ’
Load…
’;
cell_4_cap.setText(txt); // this not visible (*****)
form_capam.unload();// this no action (*****)
form_capam=null;
var form_cap = setFormCap(cell_4_cap);// this no action (*****)
setAttendere(form_cap,maxele); // this no action (*****)
var loader = dhtmlxAjax.postSync("…/coll?", encodeURI(…));
var a=loader.xmlDoc.responseText.toUpperCase();
Hi,
I’m using dhtmlx Suite 3.0 Standard. My project need to use the whole suite. I have the same problem using unload function.
I downloaded the demo.rar file. It’s working ok in the demo.
However, when I copy the files from dhtmlxForm to overwrite the source in libCompiler and generate the suite file, it raised other error in IE and Chrome
Object doesn’t support property or method ‘enableListener’ at line
item._c.enableListener(item.childNodes[1].childNodes[0]);
Besides, it stopped working in all form when using FF without any error.