Archive for the 'Data Binding' Category

13
Oct

Creating a toggle button in Flex using the FxToggleButton control

The following example shows how you can create a toggle button in Flex Gumbo using the FxToggleButton control in the latest version (build 4.0.0.3584) of the beta Flex Gumbo SDK.
This example also shows the new Flex Gumbo syntax for two-way data binding:

  • inline: <FxToggleButton id="fxToggleButton" selected="@{fxCheckBox.selected}" />
  • MXML: <Binding source="fxCheckBox.selected" destination="fxToggleButton.selected" twoWay="true" />

Full code after the jump.

Continue reading ‘Creating a toggle button in Flex using the FxToggleButton control’

01
Oct

Data binding in Flex

The following examples show a few different ways to bind data in Flex.

Full code after the jump.

Continue reading ‘Data binding in Flex’




December 2008
M T W T F S S
« Nov    
1234567
891011121314
15161718192021
22232425262728
293031  

Badge Farm

  • Firefox 2
  • Powered by Redoable 1.2
  • Feeds burnt by Feedburner
  • Feed