Add a tooltip (ID) when displaying user name
--------------------------------------------

                 Key: NXP-4665
                 URL: http://jira.nuxeo.org/browse/NXP-4665
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
            Reporter: Sébastien De Nef
            Priority: Detail


Hi,

Sometines it can be great to know the user's id and not only the user's name 
(ex: homonyms)

When using :
<h:outputText value="#{nxu:userFullName(USER)}" />
or <h:outputText value="#{nxu:userDisplayName(USER)}" />
or <h:commandLink value="#{nxu:userFullName(USER)}" />
or <h:commandLink value="#{nxu:userDisplayName(USER)}" />

add a tooltip :
<h:outputText value="#{nxu:userFullName(USER)}" title="#{USER}" />
etc

Bye


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
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