<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can we modify the attribute inspector? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317805#M29295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to move the delete button to the top of the page using &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;position:absolute !important;top:20% !important;margin-left:30% !important;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would now like to modify the delete icon since it has a strange bubble underneath it. I've been trying to use the atiDeleteIcon but not having much success. I've tried it a few different ways such as &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;.esriAttributeInspector .atiDeleteIcon{&lt;/PRE&gt;&lt;SPAN&gt; but nothing seems to change. Has anyone else changed an icon yet of either the previous, next, or last icon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also has anyone been able to change the screen that shows up after you click the delete button? I'd like to add some information on that page but all it displays is the geocoded address and "No Features Selected".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 14:15:59 GMT</pubDate>
    <dc:creator>LizDaRos</dc:creator>
    <dc:date>2011-10-06T14:15:59Z</dc:date>
    <item>
      <title>Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317800#M29290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to change the setup of how the attribute inspector displays, such as position the delete button on the top of the page, not at the bottom under attachments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the mobile attribute editing sample from ESRI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would greatly be appreciated. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 14:52:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317800#M29290</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-09-22T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317801#M29291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might be able to do what you want with CSS. Check out the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/attributeinspector.htm"&gt;attribute inspector's CSS classes&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 20:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317801#M29291</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-09-22T20:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317802#M29292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for getting back to me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .esriAttributeInspector .atiDeleteButton {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color:Red;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to the style section of my code which makes the delete button text color red. I've tried a bunch of other settings for this like margin-left and etc. but haven't had much success in moving the button. Is there something else I should try?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 13:10:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317802#M29292</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-09-23T13:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317803#M29293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure if this will help, but depending on how a particular style attribute is set in the original widget definition you might have to use !important.&amp;nbsp; Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriAttributeInspector .atiDeleteButton {
&amp;nbsp; color:red !important;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:06:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317803#M29293</guid>
      <dc:creator>JohnGrayson</dc:creator>
      <dc:date>2021-12-11T15:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317804#M29294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the tip; !important helped but these CSS settings seem to only allow it to move around in just the area at the bottom with the finish button. I used:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;margin-top:2% !important;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;top:5% !important;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but neither moved it to the top of the entire page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I saw a sample that inserts a save button-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dojo.place(saveButton.domNode, attInspector.deleteBtn.domNode, "after");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something I could do like this to the delete button?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 16:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317804#M29294</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-09-23T16:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317805#M29295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to move the delete button to the top of the page using &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;position:absolute !important;top:20% !important;margin-left:30% !important;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would now like to modify the delete icon since it has a strange bubble underneath it. I've been trying to use the atiDeleteIcon but not having much success. I've tried it a few different ways such as &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;.esriAttributeInspector .atiDeleteIcon{&lt;/PRE&gt;&lt;SPAN&gt; but nothing seems to change. Has anyone else changed an icon yet of either the previous, next, or last icon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also has anyone been able to change the screen that shows up after you click the delete button? I'd like to add some information on that page but all it displays is the geocoded address and "No Features Selected".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 14:15:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317805#M29295</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-10-06T14:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317806#M29296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like the page with the geocoded address is specific to your application. Can you post a link to your app?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was able to move the delete button to the top of the page using &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;position:absolute !important;top:20% !important;margin-left:30% !important;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;I would now like to modify the delete icon since it has a strange bubble underneath it. I've been trying to use the atiDeleteIcon but not having much success. I've tried it a few different ways such as &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;.esriAttributeInspector .atiDeleteIcon{&lt;/PRE&gt; but nothing seems to change. Has anyone else changed an icon yet of either the previous, next, or last icon?&lt;BR /&gt;&lt;BR /&gt;Also has anyone been able to change the screen that shows up after you click the delete button? I'd like to add some information on that page but all it displays is the geocoded address and "No Features Selected".&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 15:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317806#M29296</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-10-06T15:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317807#M29297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was able to move the delete button to the top of the page using &lt;PRE class="lia-code-sample line-numbers language-none"&gt;position:absolute !important;top:20% !important;margin-left:30% !important;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;I would now like to modify the delete icon since it has a strange bubble underneath it. I've been trying to use the atiDeleteIcon but not having much success. I've tried it a few different ways such as &lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriAttributeInspector .atiDeleteIcon{&lt;/PRE&gt; but nothing seems to change. Has anyone else changed an icon yet of either the previous, next, or last icon?&lt;BR /&gt;&lt;BR /&gt;Also has anyone been able to change the screen that shows up after you click the delete button? I'd like to add some information on that page but all it displays is the geocoded address and "No Features Selected".&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have set up icon for the save button like the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
.esriAttributeInspector .atiLayerName {display:none;} 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .saveButton { 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin:0px;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width:16px; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height:16px;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-image:url('save.png')!important;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-repeat:no-repeat; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } 
....
var saveButton = new dijit.form.Button({"iconClass":"saveButton"}); 
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:06:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317807#M29297</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2021-12-11T15:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317808#M29298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kelly I was able to change the page that appears after selecting the delete button. I guess I didn't think it would be as simple as adding a line like&lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;$.mobile.changePage("#deleteDialog",null,true,true)&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still having an issue trying to change my delete button icon. I am attaching a picture of the button and you can see there is something underneath it that I can't get ride of. Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 12:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317808#M29298</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-10-07T12:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317809#M29299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The easiest way to find out what that bubble is so you can remove it is to use Firebug or Chrome Developer tools to inspect it. Both Chrome Dev Tools and Firebug have a tool that allows you to inspect elements on the page. Click the tool then click the 'bubble' and you can find out information about the HTML and CSS classes associated with the element.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 15:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317809#M29299</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-10-07T15:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317810#M29300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the mozilla firebug, this is what comes up for the "bubble" &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;div class="ui-btn ui-btn-corner-all ui-shadow ui-btn-up-c" data-theme="c" aria-disabled="false"&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not very familar with what I need to change here to remove this bubble.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 16:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317810#M29300</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-10-07T16:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317811#M29301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Liz without seeing more of the code its hard to know where the 'bubble' is coming from. Is your application public? If so can you provide the url. If not can you post your code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 20:57:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317811#M29301</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-10-07T20:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317812#M29302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://gis.manchesterct.gov/mobile/issuerequests.html"&gt;http://gis.manchesterct.gov/mobile/issuerequests.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2011 10:38:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317812#M29302</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-10-08T10:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317813#M29303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Liz,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the easiest option would be to disable the attribute&amp;nbsp; inspector's delete button by setting showDeleteButton to true:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; var layerInfo = [{ 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'featureLayer': results[0].layer, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'showAttachments':true, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'showDeleteButton':false, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'isEditable':true, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'fieldInfos':[ 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {'fieldName':'requesttype','label':'Type','isEditable':true}, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {'fieldName':'address_num','label':'Issue Address #','isEditable':true},
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {'fieldName':'streetname','label':'Issue Street Name','tooltip': 'Start typing the street name for the list to populate','isEditable':true},
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {'fieldName':'email','label':'Contact Info','isEditable':true}, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {'fieldName':'comment','label':'Comments','isEditable':true,'stringFieldOption':esri.dijit.AttributeInspector.STRING_FIELD_OPTION_TEXTAREA} 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ] 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }]; &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then add a jquery mobile button to the attribute inspector dialog and style this to suit your needs. When users click this new delete button you can use featureLayer.applyEdits to delete the current feature. Here's an example of code you could add to the delete button's onclick event &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function deleteFeature(){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var graphics = citizenRequestLayer.getSelectedFeatures();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(graphics.length &amp;gt; 0){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //remove any features
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; citizenRequestLayer.applyEdits(null,null,graphics,function(){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log('Features deleted');
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $.mobile.changePage("#mapPage",null,true,true);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And here's an example of adding the jquery button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;div data-role="page" id="attributeDialog"&amp;nbsp;&amp;nbsp; data-theme="c"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div data-role="header" data-backbtn="false"&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h1&amp;gt;Report&amp;lt;/h1&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div data-role="content" data-inset="true"&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;center&amp;gt;&amp;lt;h6&amp;gt;(Please use the delete button to restart if the estimated location is incorrect)&amp;lt;/h6&amp;gt;&amp;lt;/center&amp;gt;--&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Estimated Location:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="currentAddress" title="Estimated Location" style="font-weight:bold;text-align:center;width:100%;"&amp;gt;&amp;lt;/div&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a href="#" data-role="button"&amp;nbsp; onclick="deleteFeature();" data-inline='true'&amp;gt;Delete&amp;lt;/a&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="attributeDiv"&amp;gt;&amp;lt;/div&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a href="http://gis.manchesterct.gov/MObile/IssueRequests.html" onclick="alertsubmit();" data-role="button"&amp;gt;Finish&amp;lt;/a&amp;gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt; 
&amp;nbsp; &amp;lt;/div&amp;gt; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317813#M29303</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-11T15:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317814#M29304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kelly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much. That helped a lot!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Liz&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 12:32:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317814#M29304</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-10-13T12:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317815#M29305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kelly... or maybe someone else knows too,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just noticed this issue; when I'm using my mobile phone and I browse to add an attachement I get redirected to another page after selecting the image. Sometimes this isn't the case but most of the time it is. When I'm testing this on a computer or Motorola Zoom I do not have this problem. It stays on the same page and just adds the image name to that section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone else come across this issue or is this something wrong in my code? Or something wrong with my feature?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 14:43:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317815#M29305</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-10-14T14:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317816#M29306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many mobile browsers, including Safari for iPhone, do not support file upload so you won't be able to use the attachment editor. There are some third party apps that can help you add this functionality to your app. See the 'Volunteered Geographic Information' section of this blog post for details on one potential solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2010/09/01/Building-Web-applications-for-iOS-and-Android-using-dojox.mobile.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2010/09/01/Building-Web-applications-for-iOS-and-Android-using-dojox.mobile.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 15:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317816#M29306</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-10-14T15:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317817#M29307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was just about to say something to you about the VGI; I was looking at that site a few months ago and just realized you were the one who contributed to it. Great work! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mine and many of my users devices are androids. I had seen this issue with the iphone prior, I just didn't think there was a problem with the Android browsers as well. Especially since sometimes it does work on my phone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 17:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317817#M29307</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-10-14T17:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317818#M29308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ran a quick test using an older Motorola Droid (Android version 2.2.2) using the Attachment Editor sample from the help and was able to successfully browse to a photo and add it as an attachment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ed/ed_attachments.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ed/ed_attachments.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps this is an issue with certain phones? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kelly&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 18:43:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317818#M29308</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-10-14T18:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can we modify the attribute inspector?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317819#M29309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've done some testing using the Attachment Editor sample from the help on other phones such as the droid 2 version 2.3.3, fascinate version 2.2.2, and a incredible version 2.2.2 and all are having the same issue with the android browser. It almost seems like the site doesn't wait for the phone to upload a picture before it times out. Then the page just refreshes and the point doesn't get created. I'm not sure what else I can do? I'm going to try and add the attachment editor that you used in 'Volunteered Geographic Information' and see if I can get that working.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 18:52:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-we-modify-the-attribute-inspector/m-p/317819#M29309</guid>
      <dc:creator>LizDaRos</dc:creator>
      <dc:date>2011-10-27T18:52:43Z</dc:date>
    </item>
  </channel>
</rss>

