FWIW, one approach Peter and I often take is to start with the HTML that you want to change, then write some JS to make it work. That way, no Flex code is getting in your way. As Adobe employees we get to use Dreamweaver for free so we use that, but I'm sure any other HTML/JS editor will work, even JSFiddle which I've also used occasionally. Then you can often more easily see the patterns of code that need to be encapsulated and plugged in somewhere.
HTH, -Alex On 2/19/17, 6:13 AM, "piotrz" <piotrzarzyck...@gmail.com> wrote: >Deeper investigation points me to componentHandler.register method - It >looks >like created component need to be registered and maybe than upgradeElement >method will work. > >Method register take: > >/** > * Describes the type of a registered component type managed by > * componentHandler. Provided for benefit of the Closure compiler. > * > * @typedef {{ > * constructor: Function, > * classAsString: string, > * cssClass: string, > * widget: (string|boolean|undefined) > * }} > */ >componentHandler.ComponentConfigPublic; > >How actually register my created Tab ? :) > >Piotr > > > >----- >Apache Flex PMC >piotrzarzyck...@gmail.com >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/FlexJS-MDL-Dynamic-Ch >ild-Problem-tp59595p59652.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.