Quantcast
Channel: Flex Examples » DateChooser
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

Setting the selected date in a DateChooser control in Flex

The following example shows how you can set the selected date for a Flex DateChooser control by setting the selectedDate property to a Date object. Full code after the jump. View MXML <?xml...

View Article



Image may be NSFW.
Clik here to view.

Detecting when the user changes the selected month in the DateChooser control...

The following example shows how you can detect when the user changes the selected month in the Flex DateChooser control by listening for the scroll event. Full code after the jump. View MXML <?xml...

View Article

Image may be NSFW.
Clik here to view.

Changing the background color of the DateChooser control in Flex

The following example shows how you can change the background color of a Flex DateChooser control by setting the backgroundColor and backgroundAlpha styles. Full code after the jump. View MXML <?xml...

View Article

Image may be NSFW.
Clik here to view.

Setting a minimum and maximum allowable year in the DateChooser control in Flex

The following examples show how you can set a minimum and maximum allowable year in the Flex DateChooser control by setting the minYear and maxYear properties. Full code after the jump. The following...

View Article

Image may be NSFW.
Clik here to view.

Aligning headers in a DateChooser control in Flex

The following example shows how you can align the month name and year in a Flex DateChooser control by setting the textAlign and headerStyleName styles. Full code after the jump. View MXML <?xml...

View Article


Image may be NSFW.
Clik here to view.

Toggling year navigation on a DateChooser control in Flex

The following example shows how you can toggle year-based navigation on a Flex DateChooser control by setting the yearNavigationEnabled property in MXML and ActionScript. Full code after the jump. View...

View Article

Image may be NSFW.
Clik here to view.

Setting the roll over color on a DateChooser control in Flex

The following example shows how you can set the roll over color on a Flex DateChooser control by setting the rollOverColor style. Full code after the jump. View MXML <?xml version="1.0"...

View Article

Image may be NSFW.
Clik here to view.

Setting a custom border color on a DateChooser control in Flex

The following example shows how you can set a custom border color on a Flex DateChooser control by setting the borderColor style. Full code after the jump. View MXML <?xml version="1.0"...

View Article


Image may be NSFW.
Clik here to view.

Setting the border thickness on a DateChooser control in Flex

The following example shows how you can set the border thickness on a Flex DateChooser control by setting the borderThickness style. Full code after the jump. View MXML <?xml version="1.0"...

View Article


Image may be NSFW.
Clik here to view.

Selecting entire weeks in an MX DateChooser control in Flex 3

The following example shows how you can make the MX DateChooser control select entire dates in the calendar by listening for the change event and then setting the selectedRanges property. <?xml...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images