zoukankan      html  css  js  c++  java
  • Ext.Net 复制GridPanel的数据

    Ext.Net 复制GridPanel的数据  

    2013-11-28 09:50:04|  分类: Ext.net |  标签: |举报 |字号 订阅

     
     

    CSS:

    <styletype="text/css">    .x-selectable,.x-selectable *{          -moz-user-select: text !important;         -khtml-user-select: text !important;         -webkit-user-select: text !important;}

    .x-unselectable{         -moz-user-select:text!important;         -khtml-user-select:text!important;         -webkit-user-select:text!important;} </style>

     

    js:

    <scripttype="text/javascript">         var template ='<div class="x-selectable">{0}</div>';                var copyFn =function(value){             returnExt.String.format(template, value);         }     </script>

    
    
    要复制的列:

    <ext:ColumnID="inpNo"runat="server"Text="测点编码"DataIndex="inpNo"Flex="1">     <RendererFn="copyFn"></Renderer>  </ext:Column>

  • 相关阅读:
    vue 使用echarts 柱状图使用图片显示
    Devexpress分组小计
    小写转大写
    预览打印
    LINQ
    结束任务管理器进程
    游标
    查看死锁
    sql 分页
    压缩解压缩传输的数据
  • 原文地址:https://www.cnblogs.com/ahghy/p/3585168.html
Copyright © 2011-2022 走看看