What are all the events dispatched in item editor?
Answer / Satendra Kumar Bharti
ItemEditor dispatches several events, including:
1. createComplete - dispatched when the Item Editor has been fully created and initialized.
2. dataChanged - dispatched when the bound data changes.
3. editStart - dispatched when the user begins editing an item.
4. editEnd - dispatched when the user finishes editing an item.
5. commitEdit - dispatched when the user commits their edits.
6. cancelEdit - dispatched when the user cancels their edits.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do I need to uninstall flex 3 beta 2 before installing beta 3?
How does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script
What is an Event Propagation?
How can u call Javascript from MXML?
What is display list?
What type of skinning is available in flex?
How do we use css styles in flex?
Difference between stoppropagation and stopimmediatepropagation()?
Explain about component life cycle?
What is event flow in term of event handling in flash action script 3.0? : adobe flex action script
Is double-clicking supported on various components?
How do I get flex to query my database? : adobe flex action script