无痕客

落花无情,流水无痕……

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

Flex DashBoard功能支持在一个界面中显示多个小窗口,窗口中分别显示不同的内容;且各小窗口支持位置拖拽、最小化、最大化、关闭。对于搞Flex开发的,应该会很有用的,有时间准备分析学习一下源代码。

下面是Adobe的官方介绍:http://www.adobe.com/devnet/flex/samples/dashboard/dashboard.html

The dashboard, built by WASI, is a demo application which displays data using draggable drill down charts, forms, DataGrids, and links in a pod layout. You can modify layouts by dragging and dropping pods to a different location and minimizing, maximizing, and restoring pod windows. Layout changes are saved using a LocalSharedObject. Layout data is loaded from /data/pods.xml with values in pod.xml indicating which data files to load for a particular pod. You will need the datavisualization.swc to run this application.

Dashboard

这是示例演示地址: http://examples.adobe.com/flex3/devnet/dashboard/main.html  可右击示例,查看源码

这是示例源码地址:http://examples.adobe.com/flex3/devnet/dashboard/srcview/index.html

 

 

posted on 2009-11-09 16:12  无痕客  阅读(3217)  评论(0编辑  收藏  举报