HOW TO
In the HTML Viewer, attributes retrieved from a target layer as the result of a buffer operation are displayed in the TextFrame, below the Map. By default, the attributes are displayed in an HTML table as simple text.
Code:
var theString = '<ARCXML version="1.1">\n<REQUEST>\n<GET_FEATURES outputmode="xml"
envelope="false" geometry="false" checkesc ="true"';
Code:
var theString = '<ARCXML version="1.1">\n<REQUEST>\n<GET_FEATURES outputmode="xml"
envelope="true" geometry="false" checkesc ="true"';
Code:
if ((toolMode!=4) && (toolMode!=25) && (toolMode!=5)) {
Code:
if ((toolMode!=4) && (toolMode!=5)) {
Note:
Some versions of the HTML Viewer may not contain the envExists variable. Check the aimsIdentify.js file for this variable before including it in the code below.
Code:
if ((toolMode!=4) && (toolMode!=5) && (toolMode!=25) && (envExists) ) dataString += '<a
href="javascript:' + docName + '.showHighlight(' + selectCount + ')">';
dataString += '' + (recNum);
if ((toolMode!=4) && (toolMode!=5) && (toolMode!=25) && (envExists) ) dataString += '</a>';
Code:
if ((toolMode!=4) && (toolMode!=5) && (envExists) ) dataString += '<a
href="javascript:' + docName + '.showHighlight(' + selectCount + ')">';
dataString += '' + (recNum);
if ((toolMode!=4) && (toolMode!=5) && (envExists) ) dataString += '</a>';
Article ID:000007679
Get help from ArcGIS experts
Download the Esri Support App