日期:2014-05-19  浏览次数:20416 次

梅花雪的MzTreeView控件问题请教
var   tree   =   new   MzTreeView( "tree ");
                    tree.setIconPath( "./ ");
                    tree.nodes[ '0_1 ']   =   'text:业务系统 ';
                    tree.nodes[ '1_2 ']   =   'text:查询系统 ';
                    tree.nodes[ '2_3 ']   =   'text:分类1 ';
                    tree.nodes[ '3_100 ']   =   'text:查询1 ';
                    tree.nodes[ '3_101 ']   =   'text:查询2 ';
                    tree.nodes[ '2_4 ']   =   'text:分类2 ';
                    tree.nodes[ '4_200 ']   =   'text:查询3 ';
                    tree.nodes[ '2_5 ']   =   'text:分类3 ';
用的是梅花雪的MzTreeView控件,我想在点击查询1时出现连接界面,就是给节点加连接地址,第三层的需要加,请问大家应该怎么做?

------解决方案--------------------
up
------解决方案--------------------
放一个链接地址不就行了!
------解决方案--------------------
asdfa
------解决方案--------------------
这样试试:
tree.nodes[ '3_100 '] = 'text:查询1;url:index.aspx; ';