Skip to end of banner
Go to start of banner

crm:birthday

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

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

   

Attributes

NameRequiredTypeDefaultDescription
dayDisplayValuefalseStringnullThe displayed day value of the component in view mode.
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. 

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.

yearEmptyOptionLabelfalseString 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 overlay.
yearValuetrueObjectnullThe year value of the component.


Getting Started

The following example shows a birthday component.


 

  • No labels