- 注册时间
- 2012-7-1
- 最后登录
- 2013-10-29
- 阅读权限
- 10
- 积分
- 410
- 精华
- 0
- 帖子
- 121
|
我用outlookbar 建立了三个标签,在每个标签里面设置了一个tree 现在图形出现了变形:而且报错,代码如下:
<div id="outlookbar1" class="mini-outlookbar " style="width:100%;height:100%;" autoCollapse="true" onactivechanged="activechanged">
<div id="sub_v_v" title="车辆订阅" >
<ul id="tree_v" class="mini-tree" style="width:300px;padding:5px;"
showTreeIcon="true" textField="n" idField="i" nodesField="c" contextMenu="#treeMenu_vehicle" onnodeselect="onNodeSelect" ondrawnode="onDrawNode">
</ul>
</div>
<div id="sub_v_r" title="路线订阅">
<ul id="tree_r" class="mini-tree" style="width:300px;padding:5px;"
showTreeIcon="true" textField="n" idField="i" nodesField="c" contextMenu="#treeMenu_route" >
</ul>
</div>
<div id="sub_v_z"title="区域订阅">
<ul id="tree_z" class="mini-tree" style="width:300px;padding:5px;"
showTreeIcon="true" textField="n" idField="i" nodesField="c" contextMenu="#treeMenu_zone" ondrawnode="onDrawNode">
</ul>
</div>
</div>
</div>
界面:
异常:
SCRIPT5007: 无法获取属性“firstChild”的值: 对象为 null 或未定义
miniui.js, 行11 字符266031
SCRIPT5007: 无法获取属性“firstChild”的值: 对象为 null 或未定义
miniui.js, 行11 字符266031
;C=C-jQuery(H.firstChild).outerHeight();
我用的最新ui 8月28号的 myeclipse版本的 请您帮忙看看。。。
|
|