|
[Alkacon Documentation]
OpenCms Taglib docs
Documentation for the 'cms:contentcheck' tag
Contents
Documentation for the 'cms:contentinfo' tag
Documentation for the 'cms:contentload' tag
Documentation for the 'cms:contentloop' tag
Documentation for the 'cms:contentshow' tag
Documentation for the 'cms:decorate' tag
Test for the 'cms:decorate' tag
Documentation for the 'cms:editable' tag
Documentation for the 'cms:img' tag
Test for the 'cms:img' tag
Documentation for the 'cms:include' tag
Test for the 'cms:include' tag
Test for the 'cms:include' tag with parameters
Documentation for the 'cms:info' tag
Test for the 'cms:info' tag
Documentation for the 'cms:label' tag
Test for the 'cms:label' tag
Documentation for the 'cms:link' tag
Test for the 'cms:link' tag
Documentation for the 'cms:property' tag
Test for the 'cms:property' tag
Documentation for the 'cms:template' tag
Test for the 'cms:template' tag
JSP page with two simple template elements
* Documentation for the 'cms:user' tag
Test for the 'cms:user' tag
|
The <cms:user> tag
This tag provides access to read the properties of the current user as specified in the "User - Management" backoffice module.
Attributes:
| Name |
Description |
Required |
| property |
Specifies which value to read of the current user. The following values are supported:
- "name": the user's login name
- "firstname": the user's first name
- "lastname": the user's last name
- "email": the user's email address
- "street": the user's street address
- "zip": the user's zip code
- "city": the user's city
- "description": a clear text string with a description of the user
- "otherstuff": custom key/value coded additional information
|
yes |
Body:
This tag has no body content!
Example usage:
Get the first and the last name of the current user: <cms:user property="firstname"/> <cms:user property="lastname"/>
|
|