Maybe I will commit RadioButton changes and you will see - if I will be able
to even upgrade it.

Let say that our component consists with:

<Checkbox>
<Radio>
 

Checkbox and Span need to be upgraded, so inside my custom component I will
create:

var cbx = new CheckBox(); - If it is upgradable inside I won't have add
anything but if not -> cbx.addBead(new UpgradeElement());
var span = new Span();
span.addBead(new UpgradeElement());

etc.

Piotr



-----
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-MDL-Dynamic-Child-Problem-tp59595p59724.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to