Hi,
I have a weird problem with the button image on a dhtmlxForm. Here is my code and screen shot.
Plz help me with it thx
dhxWins = new dhtmlXWindows();
dhxWins.enableAutoViewport(true);
dhxWins.attachViewportTo(“gridbox”);
dhxWins.setImagePath(“/Dhtmlx_pro/imgs/”);
//open popup window
var popupWindow = dhxWins.createWindow("newcontact_win", 0, 0, 220, 470);
popupWindow.center();
popupWindow.setText("Edit Product Code");
//add form
var newContactForm = popupWindow.attachForm();
newContactForm.loadStruct("/xml/form.xml?i=4");
and my xml file looks something like this
<?xml version="1.0"?>