Jul 13
接下来的例子演示了Flex中模块化和单件模式(singleton)基本使用方法。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: DragManager, ModuleLoader, PopUpManager, singleton, TabNavigator
Apr 17
接下来的例子演示了如何利用DragManager类,将一个数据提供源DataGrid中的项目,拖到一个图片控件中从而删除项目。
让我们先来看一下Demo(可以右键View Source或点击这里察看源代码):
Continue reading »
written by Minidxer
| tags: acceptDragDrop, DataGrid, dragDrop, dragEnabled, DragManager, Flex, getItemIndex, removeItemAt