Hi Carlos,
Thank you for your detailed reply on queries.
I was looking into the date-chooser control and was trying to add a new MDL
component calling date-chooser API. But I don't know how to write this in
ActionScript:
> $('document').ready(function()
> {
> $('#mdlMyTextField').bootstrapMaterialDatePicker({time:false,
> clearButton:true});
> });
Using $ sign breaks the compilation. I also tried to listen goog event to
ready event, but that never fired as well. The above function requires to
call on document.ready.
> goog.events.listen(document, "ready", onDocumentReady); // or 'load', or
> 'onload'
Can you give some idea how to head to this?
Thanks!
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-MDL-requires-JS-Container-type-of-component-tp58822p58913.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.