无法在 chrome 和 mozilla firefox 浏览器中从 DhtmlxGrid 复制文本
Posted
技术标签:
【中文标题】无法在 chrome 和 mozilla firefox 浏览器中从 DhtmlxGrid 复制文本【英文标题】:Not able to copy text from DhtmlxGrid in both chrome and mozilla firefox browser 【发布时间】:2017-04-02 04:12:32 【问题描述】:。 1) myGrid.enableBlockSelection(true);选择单元格效果很好。
2) 但是下面的代码无法从 DhtmlxGrid 处理(单元格数据) myGrid.cellToClipboard(); 请任何人帮助我。 提前致谢。
【问题讨论】:
【参考方案1】:我找到了下面的解决方案。它工作正常。 myGrid.entBox.onselectstart = function() return true; ;
【讨论】:
以上是关于无法在 chrome 和 mozilla firefox 浏览器中从 DhtmlxGrid 复制文本的主要内容,如果未能解决你的问题,请参考以下文章
wordpress ajax-admin.php 在 mozilla 上中止,适用于 chrome