Hello
I just adjusted the WebAppsToday.zip (Contact Manager) into a 4H layout which has been created by designer.
Now, I can not Add and Delete records from grid. After click on Add and Delete icon i can not get the popWindows. What should I adjust?
The toolbar is defined within a…
var panel_2 = accordion_1.addItem(‘panel_2’,‘Übersicht’);
panel_2.setHeight(‘600’);
var contactForm = panel_2.attachForm();
contactForm.loadStruct(“xml/form.xml”);
contactsGrid.attachEvent(“onRowSelect”, function(rID,cInd){
contactForm.load("./xml/contact_details.php?id="+rID);
})
could you please advice?
Thanks