Skip to content

Instantly share code, notes, and snippets.

@jaehess
Created July 30, 2010 19:00
Show Gist options
  • Select an option

  • Save jaehess/501118 to your computer and use it in GitHub Desktop.

Select an option

Save jaehess/501118 to your computer and use it in GitHub Desktop.
var Person.new();
# person.firstName() returns null
<mx:TextField value="{person.firstName}" />
# lets say you enter "Jae" into the textfield
# person.firstName() would now return Jae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment