Tuesday, July 29, 2008
Flex 3: How to retrieve data from dragSource in a list control?
Flex controls DataGrid and List use "items" as the name of the format when they automatically create a DragSource. So you can retrieve them using myDragEvent.dragSource.dataForFormat("items"). For the Tree control, "treeItems" is the default format string.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment