Overview
The <crm:birthday> tag is used to display a birthday component on the page.
Attributes
Name | Required | Type | Default | Description | ||
---|---|---|---|---|---|---|
dayDisplayValue | false | String | null | The displayed day value of the component in view mode. | ||
dayEmptyOptionLabel | false | String | key_select | A valid key defined in translation properties file. Its translation through the glossary will be added as empty item in the collection of available days. | ||
dayItemLabel | false | String | name | Label of the day in overlay. | ||
dayOptionsList | true | List | null | A collection of available days in overlay.|||
dayValue | true | Object | null | The day value of the component. | ||
id | true | String | null | Unique identifier of the component. | ||
labelKey | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component. | ||
managedBean | true | String | null | The name of the Java managed bean class that will be used for retrieving the component values. | ||
mode | false | String | The mode of the managed bean. | The mode of the component.
| ||
monthDisplayValue | false | String | null | The displayed month value of the component in view mode. | ||
monthEmptyOptionLabel | false | String | key_select | A valid key defined in translation properties file. Its translation through the glossary will be added as empty item in the collection of available months. | ||
monthItemLabel | false | String | name | Label of the month in overlay. | ||
monthOptionsList | true | List | null | A collection of available months in overlay
| ||
monthValue | true | Object | null | The month value of the component. | ||
process | false | String | @this and the value of the refresh attribute | Component(s) to process in partial request. | ||
refresh | false | String | null | Component(s) to update with ajax. | ||
tip | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information. | ||
visible | false | Boolean | true | Controls the visibility of the component. | ||
yearEmptyOptionLabelreadonly | false | String | key_select | A valid key defined in translation properties file. Its translation through the glossary will be added as empty item in the collection of available years. | ||
yearDisplayValue | false | String | null | The displayed year value of the component in view mode. | ||
yearItemLabel | false | String | null | Label of the year in overlay. | ||
yearOptionsList | true | List | null | A collection of available years in overlayBoolean | The value of the dataobject is readonly | Controls whether the component will be readonly. |
yearValue | true | Object | null | The year value of the component. |
Getting Started
The following example shows a birthday component.