<?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: Editor Widget- Size of attribute textbox in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25139#M1497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah right, that a pity. Hopefully it will be an option in the next release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response Sarthak.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rachel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2012 06:47:12 GMT</pubDate>
    <dc:creator>RachelS</dc:creator>
    <dc:date>2012-08-02T06:47:12Z</dc:date>
    <item>
      <title>Editor Widget- Size of attribute textbox</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25131#M1489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm working on an application with a slightly customized editing widget.&amp;nbsp; Everything works, except that one of my text boxes is much larger than the others.&amp;nbsp; Ones for relatively small fields work great, but the one I have for a 100 character field (Facility Name in the attachment) is taking up more than twice as much room as it should.&amp;nbsp; It does only let me enter 100 characters.&amp;nbsp; I don't get it...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've scoured the code and not been able to find anything that lets me control this.&amp;nbsp; Is there a setting somewhere I can use to change this?&amp;nbsp; It's not the end of the world, but it just doesn't look really professional.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 19:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25131#M1489</guid>
      <dc:creator>DavidFlack</dc:creator>
      <dc:date>2011-09-12T19:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget- Size of attribute textbox</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25132#M1490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;... customized editing widget ... one of my text boxes is much larger than the others.&amp;nbsp; Ones for relatively small fields work great, but the one I have for a 100 character field (Facility Name in the attachment) is taking up more than twice as much room as it should.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code you are looking for is the singleToMultilineThreshold property of the AttributeInspector.&amp;nbsp; If the field has a length of 40 characters or less, it will be shown as a single line, otherwise it's shown with multiple lines.&amp;nbsp; The "40" can be changed with the singleToMultilineThreshold property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/AttributeInspector.html#singleToMultilineThreshold"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/components/AttributeInspector.html#singleToMultilineThreshold&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 20:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25132#M1490</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-09-12T20:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget- Size of attribute textbox</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25133#M1491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Bjorn for your fast reply.&amp;nbsp; Unfortunately, I just can't seem to find any more information or examples on exactly where and how to set this property.&amp;nbsp; Is there anything you else you could point me to?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 14:10:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25133#M1491</guid>
      <dc:creator>DavidFlack</dc:creator>
      <dc:date>2011-09-13T14:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget- Size of attribute textbox</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25134#M1492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Never mind- just figured it out.&amp;nbsp; In the case of the edit widget, go to the basewidget_creationCompleteHandler function and add your desired threshold:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; editor.attributeInspector.singleToMultilineThreshold = 75;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 14:42:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25134#M1492</guid>
      <dc:creator>DavidFlack</dc:creator>
      <dc:date>2011-09-13T14:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget- Size of attribute textbox</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25135#M1493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bjorn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that I understand how this works, I can't say I'm a big fan of it.&amp;nbsp; A single line will do in this case as most of the input in this field will be much smaller than 100 characters.&amp;nbsp; But it seems that the multiline input is always the same size.&amp;nbsp; It would be nice in the future if the text box could come closer to matching the size of the field it's bound to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then again, maybe this is already resolved.&amp;nbsp; I'm still using version 2.2 of the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 15:01:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25135#M1493</guid>
      <dc:creator>DavidFlack</dc:creator>
      <dc:date>2011-09-13T15:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget- Size of attribute textbox</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25136#M1494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to make these changes using ArcGIS Viewer for flex version 3. I can't see the singleToMultilineThreshold property either in the config file or the edit widget .xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone point me the right direction to make the necessary changes for version 3 as the boxes for my attributes are coming up very large also.&amp;nbsp; I am only using the compiled version are these changes only possible with API flexbuilder?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rachel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 12:43:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25136#M1494</guid>
      <dc:creator>RachelS</dc:creator>
      <dc:date>2012-07-24T12:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget- Size of attribute textbox</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25137#M1495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm hoping someone will get back to me about my post above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If only using the compiled version is there any way to make the text boxes smaller on the Editor attribute box?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rachel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25137#M1495</guid>
      <dc:creator>RachelS</dc:creator>
      <dc:date>2012-08-01T13:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget- Size of attribute textbox</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25138#M1496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rachel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, right now the only way to make that possible is to update Edit widget's source code. Not possible in the compiled viewer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 16:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25138#M1496</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2012-08-01T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget- Size of attribute textbox</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25139#M1497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah right, that a pity. Hopefully it will be an option in the next release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response Sarthak.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rachel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 06:47:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25139#M1497</guid>
      <dc:creator>RachelS</dc:creator>
      <dc:date>2012-08-02T06:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget- Size of attribute textbox</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25140#M1498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the feedback. Submitted enhancement request&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 17:18:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/editor-widget-size-of-attribute-textbox/m-p/25140#M1498</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2012-08-02T17:18:10Z</dc:date>
    </item>
  </channel>
</rss>

