<?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: Edit Widget - Attribute Inspector Text Input box WIDTH in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312216#M9160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steps would be similar as before &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;add the attached skin under com.esri.viewer.skins package&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change the width and height of the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;s:RichEditableText id="textDisplay" &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 4;"&gt;heightInLines="10" widthInChars="15"&lt;/SPAN&gt;&lt;SPAN&gt; /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and add following to defaults.css&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;esri|TextField&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass:ClassReference("com.esri.viewer.skins.myTextAreaSkin")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mehul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2012 17:59:52 GMT</pubDate>
    <dc:creator>MehulChoksey</dc:creator>
    <dc:date>2012-06-07T17:59:52Z</dc:date>
    <item>
      <title>Edit Widget - Attribute Inspector Text Input box WIDTH</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312209#M9153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see how to adjust the LABEL width from here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/57836-Flex-AttributeInspector-field-width" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/57836-Flex-AttributeInspector-field-width&lt;/A&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I also see how to adjust the MultiLineThreshold (allows you to control when the form text input box grows from a single line to about a 4 line text input box), from here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/39310-Editor-Widget-Size-of-attribute-textbox" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/39310-Editor-Widget-Size-of-attribute-textbox&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I have one thing left - how to change the width of the text input boxes? I would like to make them a bit wider but not having any luck...any help is much appreciated, thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 16:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312209#M9153</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2012-06-05T16:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget - Attribute Inspector Text Input box WIDTH</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312210#M9154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you try adding custom field inspector?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For code snippet, see:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/19995-Easiest-way-to-customize-AttributeInspector-associated-with-an-active-Editor"&gt;http://forums.arcgis.com/threads/19995-Easiest-way-to-customize-AttributeInspector-associated-with-an-active-Editor&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 17:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312210#M9154</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2012-06-06T17:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget - Attribute Inspector Text Input box WIDTH</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312211#M9155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I looked at the above thread....but not being a programmer at heart I really don't even know where to begin inserting a custom field inspector into the current Edit Widget...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Question:&amp;nbsp; this method would remove the dynamic nature of this widget, correct? Because I have 4 apps using the EditWidget in different ways which are configured through the xml, so for this method to work I would need to create a new EditWidget.mxml for each app so the field could be hard coded, no?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 17:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312211#M9155</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2012-06-06T17:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget - Attribute Inspector Text Input box WIDTH</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312212#M9156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.Download and unzip attached skin.its a copy of the default s:TextInput skin that comes with Flex SDK&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In Flash Builder, copy this skin under com.esri.viewer.skins package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Open the skin added above and set widthInChars property to the width that you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The default is 10. I changed it to 50. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;s:RichEditableText id="textDisplay"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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; verticalAlign="middle"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 3;"&gt;widthInChars="50"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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; left="1" right="1" top="1" bottom="1" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. In defaults.css, add following :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;esri|StringField&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass:ClassReference("com.esri.viewer.skins.myTextInput")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Compile the app and you should be all set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mehul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 19:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312212#M9156</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2012-06-06T19:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget - Attribute Inspector Text Input box WIDTH</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312213#M9157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mehul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, you made it very easy for me, thanks very much.&amp;nbsp; Worked like a charm.&amp;nbsp; Just one last question - the change&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;widthInChars="50"&lt;/STRONG&gt;&lt;SPAN&gt; changes the single line text input boxes but does not affect the width when the multilinethreshhold has been exceeded - meaning the larger text boxes that are square in shape are still only 15 characters wide.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 10:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312213#M9157</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2012-06-07T10:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget - Attribute Inspector Text Input box WIDTH</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312214#M9158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you try setting width instead of widthInChars?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 15:25:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312214#M9158</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2012-06-07T15:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget - Attribute Inspector Text Input box WIDTH</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312215#M9159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mehul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "width" setting still only affects the single line text input boxes.&amp;nbsp; This is not such a huge issue, I can live with it, I do appreciate your time, thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 15:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312215#M9159</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2012-06-07T15:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget - Attribute Inspector Text Input box WIDTH</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312216#M9160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steps would be similar as before &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;add the attached skin under com.esri.viewer.skins package&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change the width and height of the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;s:RichEditableText id="textDisplay" &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 4;"&gt;heightInLines="10" widthInChars="15"&lt;/SPAN&gt;&lt;SPAN&gt; /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and add following to defaults.css&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;esri|TextField&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; skinClass:ClassReference("com.esri.viewer.skins.myTextAreaSkin")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mehul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 17:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312216#M9160</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2012-06-07T17:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget - Attribute Inspector Text Input box WIDTH</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312217#M9161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mehul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&amp;nbsp; That worked beautifully.&amp;nbsp; I never would have found out how to accomplish this..especially not having access to these files....maybe consider putting those files into the flex api download??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 10:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312217#M9161</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2012-06-08T10:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Widget - Attribute Inspector Text Input box WIDTH</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312218#M9162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad to hear that it worked for you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex SDK is open source. So you do have access to the entire soure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Easiest way to create copy of the skin is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Right click on say com.esri.viewer.skins package and click New &amp;gt; MXML skins&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Give a&amp;nbsp; name and specify host component for which you need to base your skin on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Click finish to create copy of the skin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mehul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 15:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/edit-widget-attribute-inspector-text-input-box/m-p/312218#M9162</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2012-06-08T15:55:24Z</dc:date>
    </item>
  </channel>
</rss>

