码迷,mamicode.com
首页 > 其他好文 > 详细

Grid cell内容可复制

时间:2014-12-17 19:04:37      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:style   sp   div   bs   html   as   tt   new   nbsp   

<--  Extjs grid cell copy able BEG-->
<style type= "text/css" >         
    .x-selectable, .x-selectable * {         
        -moz-user-select: text! important ;         
        -khtml-user-select: text! important ;         
    }         
</style>

<script>
    if  (!Ext.grid.GridView.prototype.templates) {         
        Ext.grid.GridView.prototype.templates = {};         
    }         
    Ext.grid.GridView.prototype.templates.cell =  new  Ext.Template(         
         ‘<td class="x-grid3-col x-grid3-cell x-grid3-td-{id} x-selectable {css}" style="{style}" tabIndex="0" {cellAttr}>‘ ,         
         ‘<div class="x-grid3-cell-inner x-grid3-col-{id}" {attr}>{value}</div>‘ ,         
         ‘</td>‘         
    );
</script>
<--  Extjs grid cell copy able END-->

Grid cell内容可复制

标签:style   sp   div   bs   html   as   tt   new   nbsp   

原文地址:http://my.oschina.net/moks/blog/357303

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!