Select to view content in your preferred language

Required Field for attribute inspector

533
0
09-28-2012 09:12 PM
BenAlonzo
New Contributor
Is there a way to make the attribute inspector component set required input fields?
Anything that would give me a similar result as using the following:
    <mx:Form>
        <mx:FormItem label="ZIP Code" required="true">
            <mx:TextInput id="zipRequired" 
                width="100"/>
        </mx:FormItem>
    </mx:Form>


Any help would be appreciated. Thanks.
Tags (2)
0 Kudos
0 Replies