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/11/05 22:24:24 UTC

[GitHub] piotrzarzycki21 opened a new issue #67: MDL FooterLinkList should expose ability to assign both text and url for displayed link

piotrzarzycki21 opened a new issue #67: MDL FooterLinkList should expose ability to assign both text and url for displayed link
URL: https://github.com/apache/royale-asjs/issues/67
 
 
   In order to assign some url for link displayed by MDL FooterLinkList we need to create our custom item renderer based on FooterLinkItemRenderer/FooterLinkItemMouseRenderer and assign from data provider items object url to "href" property of FooterLinkItemRenderer.
   
   We should not have to create every time custom rendere instead simply use existing one.
   
   Proposed solution is use existing "labelField" (text property) and "dataField" (url property) in item renderer.

----------------------------------------------------------------
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