Can I open another widget for read other data (from other tables, numeric no features classe) of my object?
if (fld.toUpperCase() == queryTitleField.toUpperCase()) { title = featureSet.fieldAliases[fld] + ":" + value; if (!title) title = widgetTitle; } // eliminato l'ele altrimenti non funzionava il link items // here i've remove else condition............... if (fld.toUpperCase() == queryLinkField.toUpperCase()) { link = value; } else { if ((fld.toUpperCase() != queryTitleField.toUpperCase()) && (fld.toUpperCase() != "SHAPE_LENGTH")&& (fld.toUpperCase() != "SHAPE_AREA")) { content += featureSet.fieldAliases[fld] + ": " + value + "\n"; } }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.