Help!!!
I am trying to get “live demo” dish123 but can’t dhtmlx.com/docs/products/dht … ndex.shtml
I was able to run the samples pages but not this one.
I get error on first line/this function.
dhtmlxEvent(window,“load”,
function(){
dhtmlx.Type.add(dhtmlXDataView,{name:“dish1”,css:“dish1”,template:“html->type_dish1”,width:577,height:137,margin:2,image:getImageStyle});
dhtmlx.Type.add(dhtmlXDataView,{name:“dish2”,css:“dish2”,template:“html->type_dish2”,width:288,height:137,margin:2,image:getImageStyle});
dhtmlx.Type.add(dhtmlXDataView,{name:“dish3”,css:“dish3”,template:“html->type_dish3”,width:141,height:137,margin:2,image:getImageStyle});
dhxView=new dhtmlXDataView({container:“data_container”,type:“dish2”});
dhxView.load(“…/common/data.xml”,“xml”);
})