dojo.connect(closeButton,"onClick", function (){ var graphics = window.providerPointLayer.getSelectedFeatures(); dojo.every(graphics, function (graphic) { if(graphic.attributes.PROVIDER_SETTING_TYPE == null || graphic.attributes.PROVIDER_SETTING_TYPE == "") { alert("Please enter a Provider Setting Type."); return false; } else { dijit.byId("dialogOne").hide(); window.providerPointLayer.refresh(); populateGrid(); } });
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.