apache / royale-asjs

Apache Royale ASJS
Apache License 2.0
373 stars 116 forks source link

Click on MDL NavigationLinkItemRenderer should notify about that action MDL Navigation component (not working "change" event) #43

Closed piotrzarzycki21 closed 6 years ago

piotrzarzycki21 commented 6 years ago

MDL Navigation component should be notified about clicking on NavigationLinkItemRenderer and expose that action to the user through the "change" event.

piotrzarzycki21 commented 6 years ago

User will be able to use advantage of change event by using ListSingleSelectionMouseController in custom mdl-style.css file.

.navigationChange { IBeadController: ClassReference("org.apache.flex.html.beads.controllers.ListSingleSelectionMouseController"); }

<mdl:Navigation className="navigationChange"> </mdl:Navigation