The following example shows how you can filter an MX DataGrid control in Flex using two MX DateField control’s and filtering the ArrayCollection data provider.
{ 8 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can filter an MX DataGrid control in Flex using two MX DateField control’s and filtering the ArrayCollection data provider.
{ 8 comments }
The following example shows how you can set a custom format string on a Flex DateField control by setting the formatString property using MXML and ActionScript.
Full code after the jump.
{ 1 comment }
The following example shows how you can set the border color on a Flex DateField control by setting the borderColor style using MXML, CSS, and ActionScript.
Full code after the jump.
{ 0 comments }
The following example shows how you can determine when the Flex DateField control’s is opened or closed by listening for the open or close events.
Full code after the jump.
{ 0 comments }
The following example shows you how you can align the selected date in the Flex DateField control’s text field by setting the textAlign style.
Full code after the jump.
{ 0 comments }
The following example shows how you can change the default calendar icon that appears in a DateField control in Flex by setting the skin style.
{ 14 comments }
The following example shows how you can remove the default drop shadow from the nested DateChooser control in a Flex DateField control by setting the dropShadowEnabled style.
Full code after the jump.
{ 0 comments }