Any developers here that make CF Flash Forms??
If so, can anyone help me with a Flash Form problem (sort of MXML)
The case (I'm writing a demo):
I have a DataGrid that contains a empty query (size, toppings, price). But if I click on a button it needs to add a row with the selected settings.
Example:
Medium pizza (Radio buttons), with 3 toppings (Multi select list). If the user clicks the addPizza button, it needs to get the type of pizza, and all the selected toppings and add this to the DataGrid. Can anyone give me an example how this is done in MXML? Because I think I need to use AS and/or mxml in my onclick event, but don't know where to start.
Any feedback is welcome!

