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.
Continue reading ‘Setting a minimum and maximum allowable year in the DateChooser control in Flex’
In a previous example, “Changing the next and previous month navigation icons on a DateChooser control in Flex”, we saw how to change the next/previous month button skins on a DateChooser control by setting the nextMonthSkin and prevMonthSkin styles.
In the following example, we see how you can change the next/previous year button skins on a DateChooser control by setting the nextYearSkin and prevYearSkin styles and the yearNavigationEnabled property.
Full code after the jump.
Continue reading ‘Changing the next and previous year navigation icons on a DateChooser control in Flex’
The following example shows how you can customize the icon color on the next/previous month/year buttons in a Flex DateField control by setting the iconColor style.
Full code after the jump.
Continue reading ‘Changing the icon color on a DateField control in Flex’
The following example shows how you can toggle year navigation in a Flex DateField control by setting the yearNavigationEnabled property.
Full code after the jump.
Continue reading ‘Enabling year navigation in a Flex DateField control’