Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

The <crm:birthday> tag is used to display a birthday component on the page.

   Image RemovedImage Added

Attributes

The displayed day value of the component in view mode.
NameRequiredTypeDefaultDescriptiondayDisplayValuefalseStringnull
dayEmptyOptionLabelfalseStringkey_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.

dayItemLabelfalseStringnameLabel of the day in overlay.
dayOptionsListtrueListnull

A collection of available days in overlay.

dayValuetrueObjectnullThe day value of the component.
idtrueStringnullUnique identifier of the component.
labelKeyfalseStringnullA valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component.
managedBeantrueStringnullThe name of the Java managed bean class that will be used for retrieving the component values.
modefalseStringThe mode of the managed bean.

The mode of the component. 

Note

Allowed values are VIEW and EDIT.

monthDisplayValuefalseStringnullThe displayed month value of the component in view mode.
monthEmptyOptionLabelfalseStringkey_selectA valid key defined in translation properties file. Its translation through the glossary will be added as empty item in the collection of available months.
monthItemLabelfalseStringnameLabel of the month in overlay.
monthOptionsListtrueListnullA collection of available months in overlay

.


monthValuetrueObjectnullThe month value of the component.
processfalseString@this and the value of the refresh attributeComponent(s) to process in partial request.
refreshfalseStringnullComponent(s) to update with ajax.
tipfalseStringnullA valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information.
visiblefalseBooleantrue

Controls the visibility of the component.

yearEmptyOptionLabelreadonlyfalseString key_selectA valid key defined in translation properties file. Its translation through the glossary will be added as empty item in the collection of available years.
yearDisplayValuefalseStringnullThe displayed year value of the component in view mode.
yearItemLabelfalseStringnullLabel of the year in overlay.
yearOptionsListtrueListnullA collection of available years in overlayBooleanThe value of the dataobject is readonlyControls whether the component will be readonly.
yearValuetrueObjectnullThe year value of the component.


Getting Started

The following example shows a birthday component.