You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2017/10/22 20:14:37 UTC

[GitHub] piotrzarzycki21 commented on issue #43: Click on MDL NavigationLinkItemRenderer should notify about that action MDL Navigation component (not working "change" event)

piotrzarzycki21 commented on issue #43: Click on MDL NavigationLinkItemRenderer should notify about that action MDL Navigation component (not working "change" event)
URL: https://github.com/apache/royale-asjs/issues/43#issuecomment-338505659
 
 
   User will be able to use advantage of change event by using [ListSingleSelectionMouseController](https://github.com/apache/royale-asjs/blob/develop/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/controllers/ListSingleSelectionMouseController.as) in custom mdl-style.css file.
   
   `.navigationChange
   {
   	IBeadController: ClassReference("org.apache.flex.html.beads.controllers.ListSingleSelectionMouseController");
   }`
   
   `<mdl:Navigation className="navigationChange"> </mdl:Navigation`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services