[ 
https://jira.nuxeo.com/browse/NXP-6768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=93643#comment-93643
 ] 

Anahide Tchertchian commented on NXP-6768:
------------------------------------------

sample usage of this new API:
<h:selectOneMenu>
  <nxu:selectItems
    value="#{contentViewService.getContentViewHeaders()}"
    var="cv"
    itemValue="#{cv.name}"
    itemLabel="#{nxu:test(cv.translateTitle, messages[cv.title], cv.title)}" />
</h:selectOneMenu>

> Add API to retrieve content view title, label and icon from the service
> -----------------------------------------------------------------------
>
>                 Key: NXP-6768
>                 URL: https://jira.nuxeo.com/browse/NXP-6768
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Improvement
>            Reporter: Anahide Tchertchian
>            Assignee: Anahide Tchertchian
>
> For rendering purposes, it's useful to get the content view title, icon, 
> label, etc... from the service directly.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to