|
CalendarCaption | | Displays the caption for the calendar. |
CellSpacing | | The width, in pixels, of the space between table cells. |
DropdownYearAndMonth | | Specifies if the calendar header can have a drop down list for the month and year selection, allowing the user to change months and years.
The default value is "True". When "False", a label with the current calendar's year and month is displayed instead. |
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
NumberOfMonths | | Number of months to be displayed in the calendar. |
TableBorder | | Draws a border around the table. Set this value to the number of pixels of the border width. A value of 1 draws a thin border. |
WeekdayCaptionFormat | | Sets the format for weekdays that appear across the top of the calendar.
Set the value to "None" to prevent display of the weekdays row.
The default value is "dddd" for the Data Calendar and "dd" for both the Input Date and the Date Picker elements. "dddd" shows the full weekday name, i.e "Monday", while "ddd" displays an abbreviated weekday name as "Mon". Use "dd" to display the weekday name as "M".
|
Width | | The width of the element. |
WidthScale | | The width scale of the element. Value can be "px" for pixels, or "%" for percentage of the available width. |