MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 379

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Example
The following example defines an array with
the dates between May 7 and June 7:
myDF.disabledRanges = [ {rangeStart: new Date(2003, 4, 7), rangeEnd: new
Date(2003, 5, 7)}];
The following example disables all dates after November 7:
myDF.disabledRanges = [ {rangeStart: new Date(2003, 10, 7)} ];
The following example disables all dates before October 7:
myDF.disabledRanges = [ {rangeEnd: new Date(2002, 9, 7)} ];
The following example disables only December 7:
myDF.disabledRanges = [ new Date(2003, 11, 7) ];
DateField.displayedMonth
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDF.displayedMonth
Description
Property; a number indicating which month is displayed. The number indicates an element in
the
monthNames
current date.
Example
The following example sets the displayed month to December:
myDF.displayedMonth = 11;
See also
DateField.displayedYear
DateField.displayedYear
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
380
Chapter 6: Components Dictionary
array, with 0 being the first month. The default value is the month of the
and
rangeStart
rangeEnd
Date objects that disable

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents