A set of contact information.
Phone numbers may be added with nested <contact:phone> tags.
Addresses may be added with nested <contact:address> tags.
Websites may be added with nested <contact:webPage> tags.
Any HTML in the body is displayed in the detailed comments area.
Tag Information
Tag Class: | com.pragmatickm.contact.taglib.ContactTag |
---|---|
TagExtraInfo Class: | None |
Body Content: | scriptless |
Display Name: | None |
Dynamic Attributes: | true |
Attributes
Name | Required | Evaluation | Type | Description |
---|---|---|---|---|
id | No | Deferred-Value | String |
The id used in URL anchors. If not provided, is generated from the name. Must be unique per page. Ids generated from names will be unique, but may change as page structure changes. |
style | No | Deferred-Value | Object |
Optional CSS style attribute. |
title | No | Deferred-Value | String |
The contact's title, such as Mr., Ms, ... |
first | No | Deferred-Value | String |
First name. |
middle | No | Deferred-Value | String |
Middle name. |
nick | No | Deferred-Value | String |
Nickname. |
last | No | Deferred-Value | String |
Last name. |
maiden | No | Deferred-Value | String |
Maiden name. |
suffix | No | Deferred-Value | String |
Any suffix appended to the name after a comma (,). |
company | No | Deferred-Value | String |
Company name. |
department | No | Deferred-Value | String |
Department name. |
jobTitle | No | Deferred-Value | String |
Job title, such as Directory, CEO, ... |
No | Deferred-Value | String |
Email address. Email addresses may also be provided with nested <contact:email> tags. |
|
webPage | No | Deferred-Value | String |
URL of their web page. Web pages may also be provided with nested <contact:webPage> tags. |