摘要:
<script type="text/javascript">Ext.onReady(function () { Ext.QuickTips.init(); var Tree = Ext.tree; var win; var tree = new Tree.TreePanel({ el: 'tree_div', width: 300, height: 400, autoScroll: true, animate: true, rootVisible: false, enableDD: false, containerScroll: true, l 阅读全文
posted @ 2011-03-22 10:30
Tonglu
阅读(1764)
评论(0)
推荐(1)