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"; } }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.