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