Versions Compared

Key

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

Component Palette Icon:


On_this_page


The popup calendar displays a drop-down menu on a window. When clicked, a Calendar pops up to allow users to select a date and/or time.


Properties

NameDescriptionProperty TypeScriptingCategory
Background ColorThe background color of the component. Can be chosen from color wheel, chosen from color palette, or entered as RGB or HSL value. See Color Selector.Color.backgroundAppearance
Border

The border surrounding this component.  Options are: No border, Etched (Lowered), Etched (Raised), Bevel (Lowered), Bevel (Raised), Bevel (Double), Button Border, Field Border, and Line Border, and Other Border.

Note_friendly

The border is unaffected by rotation.

Editor_notes

Delete "Button Border" and "Other Border" from above list and make this visible upon 8.1.21 release

Changed_in
Version8.1.21


As of 8.1.21, the "Button Border" and "Other Border" options are removed.
Border.borderCommon
Calendar BackgroundThe background color for the popup calendar. See Color Selector.Color.calendarBackgroundAppearance
CursorThe mouse cursor to use when hovering over this component. Options are: Default, Crosshair, Text, Wait, Hand, Move, SW Resize, or SE Resize.int.cursorCodeCommon
DateThe date that this component represents.Date.dateData
EnabledIf disabled, a component cannot be used.boolean.componentEnabledCommon
FontFont of text on this component.Font.fontAppearance
Foreground ColorThe foreground color of the component. See Color Selector.Color.foregroundAppearance
Format StringThe date formatting pattern used to display this date.String.formatBehavior
Mouseover TextThe text that is displayed in the tooltip which pops up on mouseover of this component.String.toolTipTextCommon
NameThe name of this component.String.nameCommon
QualityThe data quality code for any Tag bindings on this component.QualityCode.qualityData
Selected BorderThe border for the selected day indicator.Border.selectedBorderAppearance
Show NavigationTurn this off if you don't want to show the year and month navigation buttons.boolean.showNavigationAppearance
Show OK ButtonTurn this off if you don't want to show the OK button. The latched date and the immediate date will be equivalent.boolean.showOkButtonBehavior
Show TimeTurn this off if you don't want to show the time panel.boolean.showTimeBehavior
StylesContains the component's styles.Dataset.stylesAppearance
TextThe displayed text of the date (depends on the format string).String.textData
Time Display FormatThe format for displaying time in the panel.int.timeDisplayFormatBehavior
Time StyleSelect how this calendar should treat the time portion of the date.int.timeStyleBehavior
Title BackgroundThe background of the title bar.Color.titleBackgroundAppearance
Today BackgroundBackground color for the today indicator. See Color Selector.Color.todayBackgroundAppearance
Today ForegroundForeground color for the today indicator. See Color Selector.Color.todayForegroundAppearance
VisibleIf disabled, the component will be hidden.boolean.visibleCommon
Weekend BackgroundBackground color for the weekend indicators. See Color Selector.Color.weekendBackgroundAppearance
Weekend ForegroundForeground color for the weekend indicators. See Color Selector.Color.weekendForegroundAppearance
Deprecated Properties
Data QualityThe data quality code for any Tag bindings on this component.int.dataQualityDeprecated

Scripting

Component Functions

This component does not have component functions associated with it.

Extension Functions

This component does not have extension functions associated with it.

Customizers



Examples

There are no examples associated with this component.