User Guide

442 DateField component (Flash Professional only)
Properties inherited from the UIComponent class
The following table lists the properties the DateField class inherits from the UIComponent
class. When accessing these properties from the DateField object, use the form
dateFieldInstance.propertyName.
Event summary for the DateField class
The following table lists events of the DateField class.
UIObject.scaleX A number indicating the scaling factor in the x direction of the
object, relative to its parent.
UIObject.scaleY A number indicating the scaling factor in the y direction of the
object, relative to its parent.
UIObject.top The position of the top edge of the object, relative to its
parent. Read-only.
UIObject.visible A Boolean value indicating whether the object is visible (true)
or not (
false).
UIObject.width The width of the object, in pixels. Read-only.
UIObject.x The left edge of the object, in pixels. Read-only.
UIObject.y The top edge of the object, in pixels. Read-only.
Property Description
UIComponent.enabled Indicates whether the component can receive focus and
input.
UIComponent.tabIndex A number indicating the tab order for a component in a
document.
Event Description
DateField.change
Broadcast when a date is selected.
DateField.close
Broadcast when the DateChooser subcomponent closes.
DateField.open
Broadcast when the DateChooser subcomponent opens.
DateField.scroll
Broadcast when the month buttons are clicked.
Property Description