embeddeddatepicker (Domino DTD)

Represents a datepicker embedded in a design element, such as a page, form, or subform.

Containment Hierarchy

Contained by: %richtext.nonhot.inline;

Contains: <font>, <border>

Syntax

<!ELEMENT embeddeddatepicker ( font? , border? )>

Content

font?, border?

Contains an optional <font> element followed by an optional <border> element.

Attributes

<!ATTLIST embeddeddatepicker

headerbgcolor

%color;

"none"

controlbgcolor

%color;

"none"

textcolor

%color;

"black"

targetframe

%string;

#IMPLIED

proportional

%boolean;

"false"

height

%length;

#IMPLIED

heighttype

(%embedded.fit.types;)

"fixed"

width

%length;

#IMPLIED

widthtype

(%embedded.fit.types;)

"fixed"

>

controlbgcolor

Background color for the date picker control, which includes the days of the week that display below the header.

headerbgcolor

Background color for the header in the date picker control, which displays the month name.

height

Height, in inches, of the date picker control.

heighttype

Specifies how to size the date picker in relation to the design element it is embedded in. Can be any of the options in the %embedded.fit.types; entity.

proportional

Returns the date picker size to the default of approximately a 4 in. width and 2 in. height.

targetframe

Name of the target frame.

textcolor

Font color for date picker text. Default is black.

width

Width, in inches, of the date picker control.

widthtype

Specifies how to size the date picker in relation to the design element it is embedded in. Can be any of the options in the %embedded.fit.types; entity.