Hello All, I trying to find a way to customize ESRI Flex API editor popup. I was wondering if anybody has done this before. I trying to put a carriage return (\n) into the Attribute inspector label so that the label of the field get broken down into multiple line instead of the long one liner. Wondering if this is even possible. Thanks in advance. [ATTACH=CONFIG]21857[/ATTACH] Here is my fieldInspector
<esri:FieldInspector id="pointFI_Checked" featureLayer="{BMPoints}" fieldName="Checked" label="'Is Project Displayed Correctly?' + '\nIf yes, select ???Yes??? in drop down menu and click ???OK??? to save'" />
Any help on this issue will be appreciated. Thanks All
To make a label split between two lines you need to use & # 13; (without the spaces) It won't show in the ESRI forum. Remove the spaces and use inline with the label. No need for + '' +
I don't know if it will work with the window label. The forum recognizes the text as a return and will not show the code so I have attached a text file with your label code with the return in it.