perfilMenu

Description: A profile menu that contains the authenticated user information (name and login) and the change password link. If there is no logged user, nothing is drawn.

JavaDoc: Click here

Remarks: Can use the Stage Link to declare new links

Body content: JSP content.

Attributes:

Name Description Data type Required Default value
cssClass The class to use in the rendered menu link. String No -

Examples:

<dif:perfilMenu cssClass="perfilbuttonmenu">
    <dif:stageLink stageID="someStage1" />
    <dif:stageLink stageID="someStage1" />
</dif:perfilMenu>

See also:

Back to tag reference