Products Downloads


French version


 

Assigns the object a background color:

  • of the top section containing the browsing buttons and the text for the current month and year,
  • of the circle used to mark the day corresponding to the selected date.

This color can be specified as a Red Green Blue triplet (e.g. #FF0000), as an HTML literal constant (e.g. "chocolate", cf. color standard X11) or as an Adelia constant.

 

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Associated constants  

_AWS_COL_BLACK

"black" color,

_AWS_COL_BLUE

"blue" color,

_AWS_COL_CYAN

"cyan" color,

_AWS_COL_GREEN

"green" color,

_AWS_COL_MAGENTA

"magenta" color,

_AWS_COL_RED

"red" color,

_AWS_COL_YELLOW

"yellow" color,

_AWS_COL_WHITE

"white" color,

_AWS_COL_DARKBLUE

"dark blue" color,

_AWS_COL_DARKCYAN

"dark cyan" color,

_AWS_COL_DARKGREEN

"dark green" color,

_AWS_COL_PURPLE

"purple" color,

_AWS_COL_DARKRED

"dark red" color,

_AWS_COL_DARKYELLOW

"dark yellow" color,

_AWS_COL_GREY

"grey" color,

_AWS_COL_DARKGREY

"dark grey" color.

Conditions for use

This property can be used in conjunction with the BAR_COLOR_CLASS property, in which case, the value of the BAR_COLOR property takes priority over that of the b ackground-color attribute. If you want to only use the BAR_COLOR property, you must set the BAR_COLOR_CLASS property's value to *BLANK.

Default value

#0000AA.

 

 

Assigns the object a CSS style class specifying the background color:

  • of the top section containing the browsing buttons and the text for the current month and year,
  • of the circle used to mark the day corresponding to the selected date.

This class must specify a value for the b ackground-color CSS attribute.

 

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Conditions for use

This property can be used in conjunction with the BAR_COLOR property, in which case, the value of the BAR_COLOR property takes priority over that of the background-color attribute. If you want to only use the BAR_COLOR_CLASS property, you must set the BAR_COLOR property's value to *BLANK.

Default value

*BLANK.

 

 

<style type="text/css">

.barColorPink{background-color:pink;}

</style>

CAL_1:BAR_COLOR_CLASS = 'barColorPink'

 

 

Displays the text for the current date at the bottom of the calendar.

Adelia type

BOOL.

Accessibility

Read/Write.

Conditions for use

None.

Default value

*FALSE.

 

 

Assigns the object a text color:

  • for the day's date,
  • for the days of the following month.

This color can be specified as a Red Green Blue triplet (e.g. #FF0000), as an HTML literal constant (e.g. "chocolate", cf. color standard X11) or as an Adelia constant.

 

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Associated constants  

_AWS_COL_BLACK

"black" color,

_AWS_COL_BLUE

"blue" color,

_AWS_COL_CYAN

"cyan" color,

_AWS_COL_GREEN

"green" color,

_AWS_COL_MAGENTA

"magenta" color,

_AWS_COL_RED

"red" color,

_AWS_COL_YELLOW

"yellow" color,

_AWS_COL_WHITE

"white" color,

_AWS_COL_DARKBLUE

"dark blue" color,

_AWS_COL_DARKCYAN

"dark cyan" color,

_AWS_COL_DARKGREEN

"dark green" color,

_AWS_COL_PURPLE

"purple" color,

_AWS_COL_DARKRED

"dark red" color,

_AWS_COL_DARKYELLOW

"dark yellow" color,

_AWS_COL_GREY

"grey" color,

_AWS_COL_DARKGREY

"dark grey" color.

Conditions for use

This property can be used in conjunction with the DAYS_COLOR_CLASS property, in which case, the value of the DAYS_COLOR property takes priority over that of the color attribute. If you want to only use the DAYS_COLOR property, you must set the DAYS_COLOR_CLASS property's value to *BLANK.

Default value

_AWS_COL_BLACK.

 

 

Assigns the object a CSS style class specifying the text color:

  • of the current date,
  • of the days in the current month.

This class must specify a value for the c olor CSS attribute.

 

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Conditions for use

This property can be used in conjunction with the DAYS_COLOR property, in which case, the value of the DAYS_COLOR property takes priority over that of the color attribute. If you want to only use the DAYS_COLOR_CLASS property, you must set the DAYS_COLOR property's value to *BLANK.

Default value

*BLANK.

 

 

<style type="text/css">

.daysColorPink{color:pink;}

</style>

CAL_1: DAYS_COLOR_CLASS = 'daysColorPink'

 

 

Assigns the object a color of the text for week days.

This color can be specified as a Red Green Blue triplet (e.g. #FF0000), as an HTML literal constant (e.g. "chocolate", cf. color standard X11) or as an Adelia constant.

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Associated constants  

_AWS_COL_BLACK

"black" color,

_AWS_COL_BLUE

"blue" color,

_AWS_COL_CYAN

"cyan" color,

_AWS_COL_GREEN

"green" color,

_AWS_COL_MAGENTA

"magenta" color,

_AWS_COL_RED

"red" color,

_AWS_COL_YELLOW

"yellow" color,

_AWS_COL_WHITE

"white" color,

_AWS_COL_DARKBLUE

"dark blue" color,

_AWS_COL_DARKCYAN

"dark cyan" color,

_AWS_COL_DARKGREEN

"dark green" color,

_AWS_COL_PURPLE

"purple" color,

_AWS_COL_DARKRED

"dark red" color,

_AWS_COL_DARKYELLOW

"dark yellow" color,

_AWS_COL_GREY

"grey" color,

_AWS_COL_DARKGREY

"dark grey" color.

Conditions for use

This property can be used in conjunction with the DAYS_WEEK_COLOR_CLASS property, in which case, the value of the DAYS_WEEK_COLOR property takes priority over that of the color attribute. If you want to only use the DAYS_WEEK_COLOR property, you must set the DAYS_WEEK_COLOR_CLASS property's value to *BLANK.

Default value

#0000AA.

 

 

Assigns the object a CSS style class specifying the text color for the days of the week. This class must specify a value for the color CSS attribute.

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Conditions for use

This property can be used in conjunction with the DAYS_WEEK_COLOR property, in which case, the value of the DAYS_WEEK_COLOR property takes priority over that of the color attribute. If you want to only use the DAYS_WEEK_COLOR_CLASS property, you must set the DAYS_WEEK_COLOR property's value to *BLANK.

Default value

*BLANK.

 

 

<style type="text/css">

.daysWeekColorPink{color:pink;}

</style>

CAL_1:DAYS_WEEK_COLOR_CLASS = 'daysWeekColorPink'

 

 

Cardinal display position of the calendar relative to the image button.

Adelia type

ALPHA(10).

Accessibility

Read/Write.

Associated constants  

_AWSCAL_CENTER

The calendar is centered in the page.

_AWSCAL_NORTH

The calendar is above the image button.

_AWSCAL_SOUTH

The calendar is under the image button.

_AWSCAL_EAST

The calendar is at the right of the image button.

_AWSCAL_WEST

The calendar is at the left of the image button.

_AWSCAL_NORTHEAST

The calendar is at the top right of the image button.

_AWSCAL_SOUTHEAST

The calendar is at the bottom right of the image button.

_AWSCAL_NORTHWEST

The calendar is at the top left of the image button.

_AWSCAL_SOUTHWEST

The calendar is at the bottom left of the image button.

Conditions for use

This property is only processed if the calendar is bound to an Adelia control. With the Netscape, Mozilla and Firefox browsers, it is not possible to display a calendar beyond the limits of the screen in "window" display mode, for security reasons.

Default value

_AWSCAL_CENTER.

 

 

Display type (frame or window) for the calendar.

Adelia type

ALPHA(10).

Accessibility

Read/Write.

Associated constants  

_AWSCAL_DIV

The calendar is displayed as a frame in the window.

_AWSCAL_WIN

The calendar is displayed in a new window in the browser.

_AWSCAL_MODAL_WIN

The calendar is displayed in a new window in the browser. The window is modal with respect to the page's window.

Conditions for use

This property is only processed if the calendar is bound to an Adelia control. With the Netscape, Mozilla and Firefox browsers, it is not possible to display a calendar beyond the limits of the screen in "window" display mode, for security reasons.

Default value

_AWSCAL_WIN.

 

 

Allows the object to be placed in focus. Objects placed in focus will respond to the user's keyboard and mouse actions.

If the property is set to *FALSE, the user cannot change the calendar display or select a date.

Adelia type

BOOL.

Accessibility

Read/Write.

Conditions for use

None.

Default value

*TRUE.

 

 

First day of the week.

Adelia type

ALPHA(3).

Accessibility

Read/Write.

Associated constants  

_AWSCAL_MON

first day of the week is Monday,

_AWSCAL_TUE

first day of the week is Tuesday,

_AWSCAL_WED

first day of the week is Wednesday,

_AWSCAL_THU

first day of the week is Thursday,

_AWSCAL_FRI

first day of the week is Friday,

_AWSCAL_SAT

first day of the week is Saturday,

_AWSCAL_SUN

first day of the week is Sunday,

Conditions for use

None.

Default value

_AWSCAL_MON.

 

 

Assigns the object a color of the horizontal line separating the days of the week from the days in the current month. This color can be specified as a Red Green Blue triplet (e.g. #FF0000), as an HTML literal constant (e.g. "chocolate", cf. color standard X11) or as an Adelia constant.

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Associated constants  

_AWS_COL_BLACK

"black" color,

_AWS_COL_BLUE

"blue" color,

_AWS_COL_CYAN

"cyan" color,

_AWS_COL_GREEN

"green" color,

_AWS_COL_MAGENTA

"magenta" color,

_AWS_COL_RED

"red" color,

_AWS_COL_YELLOW

"yellow" color,

_AWS_COL_WHITE

"white" color,

_AWS_COL_DARKBLUE

"dark blue" color,

_AWS_COL_DARKCYAN

"dark cyan" color,

_AWS_COL_DARKGREEN

"dark green" color,

_AWS_COL_PURPLE

"purple" color,

_AWS_COL_DARKRED

"dark red" color,

_AWS_COL_DARKYELLOW

"dark yellow" color,

_AWS_COL_GREY

"grey" color,

_AWS_COL_DARKGREY

"dark grey" color.

Conditions for use

This property can be used in conjunction with the HORZ_LINE_COLOR_CLASS property, in which case, the value of the HORZ_LINE_COLOR property takes priority over that of the border-bottom-color attribute. If you want to only use the HORZ_LINE_COLOR property, you must set the HORZ_LINE_COLOR_CLASS property's value to *BLANK.

Default value

_AWS_COL_BLACK.

 

 

Assigns the object a CSS style class that specifies the color of the horizontal line separating the days of the week from the days in the current month. This class must specify a value for the b order-bottom-color CSS attribute.

It is possible to use the border-bottom-style and border-bottom-width attributes, in which case, you must include an !important directive after their declaration.

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Conditions for use

This property can be used in conjunction with the HORZ_LINE_COLOR property, in which case, the value of the HORZ_LINE_COLOR property takes priority over that of the border-bottom-color attribute. If you want to only use the HORZ_LINE_COLOR_CLASS property, you must set the HORZ_LINE_COLOR property's value to *BLANK.

Default value

*BLANK.

 

 

<style type="text/css">

.horzLineColorPink{border-bottom-color:pink;}

</style>

CAL_1:HORZ_LINE_COLOR_CLASS = 'horzLineColorPink'

 

To make the horizontal line invisible, you can either set the border-bottom-color attribute to the value of the MONTH_BACKGRND_COLOR property, or else set the border-bottom-style attribute to "none":

<style type="text/css">

.horzLineTransparent{border-bottom-style:none !important;}

</style>

 

 

Value representing the latest date that can be selected using the calendar.

Adelia type

DATE.

Accessibility

Read/Write.

Conditions for use

This value must be greater than that of MIN_DATE.

Default value

31/12/9999

 

 

Value representing the earliest date that can be selected using the calendar.

Adelia type

DATE.

Accessibility

Read/Write.

Conditions for use

This value must be less than that of MAX_DATE.

Default value

01/01/1753

 

 

Assigns the object a background color of the box in which the current month is displayed.

This color can be specified as a Red Green Blue triplet (e.g. #FF0000), as an HTML literal constant (e.g. "chocolate", cf. color standard X11) or as an Adelia constant.

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Associated constants  

_AWS_COL_BLACK

"black" color,

_AWS_COL_BLUE

"blue" color,

_AWS_COL_CYAN

"cyan" color,

_AWS_COL_GREEN

"green" color,

_AWS_COL_MAGENTA

"magenta" color,

_AWS_COL_RED

"red" color,

_AWS_COL_YELLOW

"yellow" color,

_AWS_COL_WHITE

"white" color,

_AWS_COL_DARKBLUE

"dark blue" color,

_AWS_COL_DARKCYAN

"dark cyan" color,

_AWS_COL_DARKGREEN

"dark green" color,

_AWS_COL_PURPLE

"purple" color,

_AWS_COL_DARKRED

"dark red" color,

_AWS_COL_DARKYELLOW

"dark yellow" color,

_AWS_COL_GREY

"grey" color,

_AWS_COL_DARKGREY

"dark grey" color.

Conditions for use

This property can be used in conjunction with the MONTH_BACKGRND_COLOR_CLASS property, in which case, the value of the MONTH_BACKGRND_COLOR property takes priority over that of the background-color attribute. If you want to only use the MONTH_BACKGRND_COLOR property, you must set the MONTH_BACKGRND_COLOR_CLASS property's value to *BLANK.

Default value

_AWS_COL_WHITE.

 

 

Assigns the object a CSS style class that specifies the background color of the box in which the current month is displayed. This class must specify a value for the background-color CSS attribute.

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Conditions for use

This property can be used in conjunction with the MONTH_BACKGRND_COLOR property, in which case, the value of the MONTH_BACKGRND_COLOR property takes priority over that of the background-color attribute. If you want to only use the MONTH_BACKGRND_COLOR_CLASS property, you must set the MONTH_BACKGRND_COLOR property's value to *BLANK.

Default value

*BLANK.

 

 

<style type="text/css">

.monthBgColorPink{background-color:pink;}

</style>

CAL_1: MONTH_BACKGRND_COLOR_CLASS = 'monthBgColorPink'

 

 

Assigns the object a text color for week numbers in the current month.

This color can be specified as a Red Green Blue triplet (e.g. #FF0000), as an HTML literal constant (e.g. "chocolate", cf. color standard X11) or as an Adelia constant.

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Associated constants  

_AWS_COL_BLACK

"black" color,

_AWS_COL_BLUE

"blue" color,

_AWS_COL_CYAN

"cyan" color,

_AWS_COL_GREEN

"green" color,

_AWS_COL_MAGENTA

"magenta" color,

_AWS_COL_RED

"red" color,

_AWS_COL_YELLOW

"yellow" color,

_AWS_COL_WHITE

"white" color,

_AWS_COL_DARKBLUE

"dark blue" color,

_AWS_COL_DARKCYAN

"dark cyan" color,

_AWS_COL_DARKGREEN

"dark green" color,

_AWS_COL_PURPLE

"purple" color,

_AWS_COL_DARKRED

"dark red" color,

_AWS_COL_DARKYELLOW

"dark yellow" color,

_AWS_COL_GREY

"grey" color,

_AWS_COL_DARKGREY

"dark grey" color.

Conditions for use

This property can be used in conjunction with the NUM_WEEK_COLOR_CLASS property, in which case, the value of the NUM_WEEK_COLOR property takes priority over that of the color attribute. If you want to only use the NUM_WEEK_COLOR property, you must set the NUM_WEEK_COLOR_CLASS property's value to *BLANK.

Default value

#0000AA.

 

 

Assigns the object a CSS style class that specifies the color of the text for the week numbers in the current month.

This class must specify a value for the color CSS attribute.

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Conditions for use

This property can be used in conjunction with the NUM_WEEK_COLOR property, in which case, the value of the NUM_WEEK_COLOR property takes priority over that of the color attribute. If you want to only use the NUM_WEEK_COLOR_CLASS property, you must set the NUM_WEEK_COLOR property's value to *BLANK.

Default value

*BLANK.

 

 

<style type="text/css">

.numWeekColorPink{color:pink;}

</style>

CAL_1:NUM_WEEK_COLOR_CLASS = 'numWeekColorPink'

 

 

 

Assigns the object a text color:

  • for the current month and year,
  • for the day of the selected date.

This color can be specified as a Red Green Blue triplet (e.g. #FF0000), as an HTML literal constant (e.g. "chocolate", cf. color standard X11) or as an Adelia constant.

 

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Associated constants  

_AWS_COL_BLACK

"black" color,

_AWS_COL_BLUE

"blue" color,

_AWS_COL_CYAN

"cyan" color,

_AWS_COL_GREEN

"green" color,

_AWS_COL_MAGENTA

"magenta" color,

_AWS_COL_RED

"red" color,

_AWS_COL_YELLOW

"yellow" color,

_AWS_COL_WHITE

"white" color,

_AWS_COL_DARKBLUE

"dark blue" color,

_AWS_COL_DARKCYAN

"dark cyan" color,

_AWS_COL_DARKGREEN

"dark green" color,

_AWS_COL_PURPLE

"purple" color,

_AWS_COL_DARKRED

"dark red" color,

_AWS_COL_DARKYELLOW

"dark yellow" color,

_AWS_COL_GREY

"grey" color,

_AWS_COL_DARKGREY

"dark grey" color.

Conditions for use

This property can be used in conjunction with the TITLE_COLOR_CLASS property, in which case, the value of the TITLE_COLOR property takes priority over that of the color attribute. If you want to only use the TITLE_COLOR property, you must set the TITLE_COLOR_CLASS property's value to *BLANK.

Default value

#FF9933.

 

 

Assigns the object a style class specifying the text color:

  • of the current month and year,
  • of the day in the selected date.

This class must specify a value for the color CSS attribute.

 

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Conditions for use

This property can be used in conjunction with the TITLE_COLOR property, in which case, the value of the TITLE_COLOR property takes priority over that of the color attribute. If you want to only use the TITLE_COLOR_CLASS property, you must set the TITLE_COLOR property's value to *BLANK.

Default value

*BLANK.

<style type="text/css">

.titleColorPink{color:pink;}

</style>

CAL_1:TITLE_COLOR_CLASS = 'titleColorPink'

 

 

Value associated with the object.

Adelia type

Defined during the layout-design phase.

Accessibility

Read/Write.

Conditions for use

If the calendar is bound to an Adelia control, this property does not exist.

Default value

Default value corresponding to the Adelia type.

 

 

Assigns the object a color of the vertical line separating the days of the week from the days in the current month. This color can be specified as a Red Green Blue triplet (e.g. #FF0000), as an HTML literal constant (e.g. "chocolate", cf. color standard X11) or as an Adelia constant.

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Associated constants  

_AWS_COL_BLACK

"black" color,

_AWS_COL_BLUE

"blue" color,

_AWS_COL_CYAN

"cyan" color,

_AWS_COL_GREEN

"green" color,

_AWS_COL_MAGENTA

"magenta" color,

_AWS_COL_RED

"red" color,

_AWS_COL_YELLOW

"yellow" color,

_AWS_COL_WHITE

"white" color,

_AWS_COL_DARKBLUE

"dark blue" color,

_AWS_COL_DARKCYAN

"dark cyan" color,

_AWS_COL_DARKGREEN

"dark green" color,

_AWS_COL_PURPLE

"purple" color,

_AWS_COL_DARKRED

"dark red" color,

_AWS_COL_DARKYELLOW

"dark yellow" color,

_AWS_COL_GREY

"grey" color,

_AWS_COL_DARKGREY

"dark grey" color.

Conditions for use

This property can be used in conjunction with the VERT_LINE_COLOR_CLASS property, in which case, the value of the VERT_LINE_COLOR property takes priority over that of the border-right-color attribute. If you want to only use the VERT_LINE_COLOR property, you must set the VERT_LINE_COLOR_CLASS property's value to *BLANK.

Default value

_AWS_COL_BLACK.

 

 

Assigns the object a CSS style class that specifies the color of the vertical line separating the week numbers from the days in the current month. This class must specify a value for the border-right-color CSS attribute.

It is possible to use the border-right-style and border-right-width attributes, in which case, you must include an ! important directive after their declaration.

Adelia type

ALPHA(256).

Accessibility

Read/Write.

Conditions for use

This property can be used in conjunction with the VERT_LINE_COLOR property, in which case, the value of the VERT_LINE_COLOR property takes priority over that of the border-right-color attribute. If you want to only use the VERT_LINE_COLOR_CLASS property, you must set the VERT_LINE_COLOR property's value to *BLANK.

Default value

*BLANK.

 

 

<style type="text/css">

.vertLineColorPink{border-right-color:pink;}

</style>

CAL_1:VERT_LINE_COLOR_CLASS = 'vertLineColorPink'

 

To make the vertical line invisible, you can either set the border-right-color attribute to the value of the MONTH_BACKGROUND_COLOR property, or else set the border-right-style attribute to "none":

<style type="text/css">

.vertLineTransparent{border-right-style:none !important;}

</style>

 

 

Visibility of the object.

Adelia type

BOOL.

Accessibility

Read/Write.

Conditions for use

None.

Default value

*TRUE.

Name format for week days on one or three letters.

Adelia type

ALPHA(10).

Accessibility

Read/Write.

Associated constants  

_AWSCAL_1_LETTER

Every weekday name  is represented by the first letter of its name in uppercase, for example "M" for Monday.

_AWSCAL_3_LETTERS

Every weekday name  is represented by its abbreviation on 3 letters (the first three), for example "Mon." for Monday.

Conditions for use

None.

Default value

_AWSCAL_1_LETTER.

 

 

Displays in the left hand part of the calendar the week numbers of the current month.

Adelia type

BOOL.

Accessibility

Read/Write.

Conditions for use

None.

Default value

*FALSE

 

 

 

 

 

 

↑ Top of page