logout

Description: A visual element allows a login operation if no user is logged.

JavaDoc: Click here

Remarks: The default stages for login is the one defined in DiF's configuration. See more about this here.

Body content: Empty. All enclosed content will be ignored.

Attributes:

Name Description Data type Required Default value
cssClass The CSS class name to apply String No -
title The logout link title String No "LOGOUT"
hint The logout pop-up hint String No Select to logout
onLoginStage The target destination after submit String No The current stage

Examples:

<dif:document>
    <dif:logout/>
    ...
</dif:document>

Back to tag reference