2017-01-19 12:24 GMT+01:00 sankar <santanu4...@gmail.com>: > > I'm a little curious though, I see components were starting with <mdl: > namespace. Is the implementation is different than what we have in HTML > package in SDK source? >
Right, many of the MDL controls are extensions from the HTML ones. Others don't have counterpart. In other thread I was commenting that MDL (and other external sets like CreateJS, JQuery,...) could have it's own namespace since we are "importing" something not compliant with FlexJS, so this is what we could do we what we have But: for FlexJS sets, that are under our control, we can setup a "theming" feature in order to use always the same js namespace (js:Button,...) and then skin or apply a theme or switch between them, We could make themes due to the fact that we are creating from scratch the styles and the underlying implementation. MDL is already setup for us and we are forced to make the HTML constructions the MDL developers put in place, so there's components that doesn't exists in FlexJS or different approaches for the ones we have in FlexJS set, So I don't expect to move MDL from mdl namespace in the future. -- Carlos Rovira http://about.me/carlosrovira