• easyui tree 折叠节点


    <ul id="jihuidian" class="easyui-tree" data-options="onBeforeLoad:function(){var rooNode = $('#jihuidian').tree('getRoots');$('#jihuidian').tree('collapse',rooNode[0].target);$('#jihuidian').tree('collapse',rooNode[1].target);$('#jihuidian').tree('collapse',rooNode[2].target);$('#jihuidian').tree('collapse',rooNode[3].target);} >

    <li>
    <span id="'createClientInfoMenu">维护客户信息</span>
    <ul>
    <!--<li><span><a id="btnmoban" href="/Handler/FileDownLoadHandler.ashx?filePath=~ emplateclientTemplate.xlsx" target="content">客户信息模板下载</a></span></li>-->
    <li><span><a id="btnpiliang" href="/UI/CustomerInformation/CustomerInformationUpload.aspx" target="content">客户信息批量上传</a></span></li>
    <li><span><a id="shougong" href="/UI/CustomerInformation/CustomerInformationHandInput.aspx" target="content">客户信息手工录入</a></span></li>
    <li><span><a id="btnxiugai" href="/UI/CustomerInformation/CustomerInformationUpdate.aspx" target="content">客户信息修改及补充</a></span></li>
    </ul>
    </li>
    <li>
    <span id="searchClientInfoMenu">客户信息查询</span>
    <ul>
    <li><a href="/UI/CustomerInformation/CustomerInformationSearch.aspx" target="content">客户信息查询</a></li>
    </ul>

    </li>
    <li>
    <span id="activity">活动</span>
    <ul>
    <li><a href="/UI/CustomerInformation/CreateActivity.html" target="content">活动创建</a></li>
    <li><a href="/UI/CustomerInformation/ActivitiesSearch.aspx" target="content">活动查询</a></li>
    </ul>
    </li>
    <li>
    <span>客户信息删除</span>
    <ul>
    <li><a href="#">客户信息删除</a></li>
    </ul>
    </li>

    </ul>

  • 相关阅读:
    java api 中的设计模式之组合(composite)
    Java api 中设计模式之适配器模式(Adapter)
    win 7 C盘清理
    centos 与 redhat 以及 mysql 与 Oracle
    tsung生成报表时报错
    对MySQL的死连接Sleep的进程的来源研究[转]
    商派ecstore后台配置微信支付应该注意的问题
    商派crm的内存计算组件配置mysql5.6的问题
    php-curl无法编译
    ecstore目录系统预占字符
  • 原文地址:https://www.cnblogs.com/zhang-wenbin/p/5959747.html
Copyright © 2020-2023  润新知