I was wondering how I can code in Flex 1.5 a FormItem-like component (container) that would allow me to put the label on top of the field. I'd pass the input field from the parent MXML.
 
Something like this:
 
<my:_formitem xmlns:my="*" id="myOtherFormItem" fieldName="Combo 1">
    <mx:ComboBox id="someCombo" />
</my:_formitem>
 
That renders like:
 
Combo 1
[                            | V ]
 
I tried making a component out of an HBox or FormItem, but I get an error about _formitem already having internal children. Can a container have more than one?
 
Thanks in advance
---Pablo Gustavo Apanasionek


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to