Nice work Robert,
It appears I am missing an image file...when I select the "Graphical Search" option. The far-left icon appears to missing? I believe I have installed the widget properly.
I have attached a screen shot.
Any help would be appreciated.
if(!gridFields){ showMessage("No Datagrid configured for this layer", false); return; }
if(gridFields.length == 0){...}
graphicsLayer = new GraphicsLayer(); graphicsLayer.id = "myGraLay"; graphicsLayer.name = "myGraLay"; graphicsLayer.addEventListener(GraphicEvent.GRAPHIC_ADD,addContextMenu); map.addLayer(graphicsLayer);