User Guide
382 Chapter 6: Components Dictionary
Description
Property; an array of strings indicating the month names at the top of the DateField component.
The default value is
["January", "February", "March", "April", "May", "June",
"July", "August", "September", "October", "November", "December"]
.
Example
The following example sets the month names for the instance myDF:
myDF.monthNames = ["Jan", "Feb","Mar","Apr", "May", "June","July", "Aug",
"Sept","Oct", "Nov", "Dec"];
DateField.open()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDF.open()
Parameters
None.
Returns
Nothing.
Description
Method; opens the pop-up DateChooser subcomponent.
Example
The following code opens the pop-up date chooser of the df instance:
df.open();
DateField.open
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
Usage 1:
on(open){